diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-20 17:03:25 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-20 17:03:25 +0000 |
commit | 251a0e77a25e5efb45aedca27a141f006dbddbde (patch) | |
tree | 7c4d5196f8f3a03dd3da0c073ca18e1237f77c91 | |
parent | 47d534a2ac59335474be97fbb9fa9fc39f0464c7 (diff) |
Make sure sentences are separated by a space.
-rw-r--r-- | templates/web/base/report/new/councils_text_none.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/base/report/new/councils_text_none.html b/templates/web/base/report/new/councils_text_none.html index 684879590..6a1a2bc67 100644 --- a/templates/web/base/report/new/councils_text_none.html +++ b/templates/web/base/report/new/councils_text_none.html @@ -5,7 +5,11 @@ "We do not yet have details for the councils that cover this location.", missing_details_bodies.size || all_areas.size ); +%] +[% loc("If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council."); +%] +[% tprintf( loc("You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>."), missing_details_body_names.join( loc(' or ') ) || all_area_names.join( loc(' or ') ), |