diff options
author | Dave Arter <davea@mysociety.org> | 2017-08-14 15:38:01 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-08-14 15:38:01 +0100 |
commit | caf8c95af8d2faed142eb50662ec926137db434f (patch) | |
tree | e859fff94e99d8f9d820ab1b5d0f4653e2ba608e /templates | |
parent | 931e388fd8ed8d968e62155457c098c4a4dfe933 (diff) |
Fix typo stopping response templates appearing
Fixes mysociety/fixmystreetforcouncils#215
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/_inspect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/_inspect.html b/templates/web/base/report/_inspect.html index 922cc480b..8551fb1f8 100644 --- a/templates/web/base/report/_inspect.html +++ b/templates/web/base/report/_inspect.html @@ -58,7 +58,7 @@ [%~ IF cat_name != problem.category %] class="hidden"[% END %] data-priorities='[% priorities_by_category.$cat_name %]' data-defect-types='[% category_defect_types.$cat_name %]' - ata-templates='[% templates_by_category.$cat_name %]'> + data-templates='[% templates_by_category.$cat_name %]'> [% IF cat_name == problem.category %] [% INCLUDE 'report/new/category_extras_fields.html' %] [% ELSE %] |