aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/template_edit.html
Commit message (Collapse)AuthorAgeLines
* Allow editing of ResponseTemplate state in adminDave Arter2017-01-10-0/+10
| | | | This includes a refactor of the state dropdown field into its own template for easy reuse.
* 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 .btn and .form-control classes to inputsZarino Zappia2016-10-04-4/+4
|
* Extend response templates to work across all cobrandsDave Arter2016-09-08-0/+50
This builds on the response templates in the Zürich cobrand: - Allow response templates to be assigned to categories - Also adds a auto_response flag, which will be used to automatically create updates when reports are made. - Include response templates select box on update form For mysociety/fixmystreetforcouncils#31