aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/responsepriorities/edit.html
Commit message (Collapse)AuthorAgeLines
* Improve translatability of various pages.Dave Arter2017-03-30-1/+1
| | | | | | | | | | | | | This commit makes the following parts of the site translatable: - Social login buttons - Moderation UI - Offline glitch page & offline caching UI - Dashboard It also fixes a bug in the nget parser, stops some Oxfordshire bits being translated for the moment, and brings the translation file up to date.
* Add external_id field to ResponsePriority for use with ExorDave Arter2017-02-15-0/+10
|
* Refactor template/priority category checkboxes into own templateDave Arter2016-10-19-13/+8
| | | | | - Also adds add select all/none UI - Adds admin hint for empty category list behaviour
* Add ‘description’ field to ResponsePriority modelDave Arter2016-10-19-0/+4
| | | | Used internally to provide more details about when a priority is applicable.
* Add .btn and .form-control classes to inputsZarino Zappia2016-10-04-2/+2
|
* Refactor problem response priority into its own modelDave Arter2016-09-09-0/+41
This moves the response priority values from a cobrand-specific method to a full DB model, and includes management screens in the admin for administering them. For mysociety/fixmystreetforcouncils#66