aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model/responsetemplate.t
Commit message (Collapse)AuthorAgeLines
* [UK Councils] Ensure response templates owned by other bodies aren’t visibleDave Arter2019-12-09-1/+1
|
* Replace use of FixMyStreet::App with DB in tests.Matthew Somerville2019-11-22-1/+1
|
* Escape data attributes in template.Matthew Somerville2018-05-23-0/+28
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.