diff options
author | Struan Donald <struan@exo.org.uk> | 2011-08-03 12:06:37 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-08-03 12:06:37 +0100 |
commit | d8567ba358c2a67ef766a8fe1e9614c351578fbe (patch) | |
tree | 9fc2b704a45ecd034660037bd14273357ad602f8 | |
parent | 83666c88b4df6e30f1e292d06f475fbf5ea38faf (diff) |
add a bit of descriptive text for additional open311 fields
-rw-r--r-- | templates/web/default/report/new/fill_in_details.html | 1 | ||||
-rw-r--r-- | templates/web/default/report/new/fill_in_details_text.html | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/default/report/new/fill_in_details.html b/templates/web/default/report/new/fill_in_details.html index 6c40697eb..0f26bbdc1 100644 --- a/templates/web/default/report/new/fill_in_details.html +++ b/templates/web/default/report/new/fill_in_details.html @@ -105,6 +105,7 @@ [%- IF category_extras %] <div id="category_meta"> [%- IF report_meta %] + <p>Additional Information</p> [%- FOR meta IN report_meta %] [%- meta_name = meta.name -%] diff --git a/templates/web/default/report/new/fill_in_details_text.html b/templates/web/default/report/new/fill_in_details_text.html index 44c60ed6e..d55ec5826 100644 --- a/templates/web/default/report/new/fill_in_details_text.html +++ b/templates/web/default/report/new/fill_in_details_text.html @@ -4,6 +4,9 @@ to help unless you leave as much detail as you can, so 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; + ' ' _ loc('Some categories may require additional information.'); + END; ELSE; loc('Please fill in details of the problem below.'); END; |