diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-06-15 13:24:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-06-15 13:47:53 +0100 |
commit | d70cd6e05ce3670d54858d9519414e8b731c1f8e (patch) | |
tree | 81c6c81ff1e31a3de8650233173e70dd73441d7f /templates | |
parent | 576e65e5b9116899655bf1db4bce2bd6b412e91f (diff) |
Improve template check for extra Open311 fields.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/new/category_extras.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/new/category_extras.html b/templates/web/base/report/new/category_extras.html index 6275cd1b7..c416556e2 100644 --- a/templates/web/base/report/new/category_extras.html +++ b/templates/web/base/report/new/category_extras.html @@ -5,7 +5,7 @@ [% INCLUDE "report/new/unresponsive_body.html" body_id = unresponsive.$category %] [%- END %] - [%- IF report_meta %] + [%- IF category_extras.$category.size %] <h4>[% loc('Additional Information') %]</h4> [%- FOR meta IN category_extras.$category %] [%- meta_name = meta.code -%] |