aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/ResultSet/ResponseTemplate.pm
Commit message (Collapse)AuthorAgeLines
* Escape data attributes in template.Matthew Somerville2018-05-23-3/+2
| | | | | | This fixes a bug whereby a double quote in an item would not be JSON-escaped due to being HTML-escaped first, meaning it would not parse as JSON on the client.
* Update templates when category/state changed.Matthew Somerville2017-06-30-0/+27
When the category or state changes, the list of available templates updates (previously it was frozen at what the category was on page load, and didn't care about the state).