diff options
-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; |