diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-05-24 12:23:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-01 12:46:06 +0100 |
commit | 5500db6a5c5868c7f38254a09b171ca819ccfd93 (patch) | |
tree | 51b14567cb8b7af2847c089c1e86d8532cc54d05 /templates/web | |
parent | 076d316d60c6c7b56d68de687b14d61f6300f97f (diff) |
Fix couple of variable references in template.
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/base/report/new/fill_in_details_text.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/report/new/fill_in_details_text.html b/templates/web/base/report/new/fill_in_details_text.html index 05527bb24..686c8bde5 100644 --- a/templates/web/base/report/new/fill_in_details_text.html +++ b/templates/web/base/report/new/fill_in_details_text.html @@ -1,7 +1,7 @@ [% - IF area_ids_to_list.size != 0; + IF bodies_to_list.size != 0; loc('The council won’t be able to help unless you leave as much detail as you can. Please describe the exact location of the problem (e.g. on a wall), what it is, how long it has been there, a description (and a photo of the problem if you have one), etc.'); - IF category_extras; + IF category_extras.size; ' ' _ loc('Some categories may require additional information.'); END; ELSE; |