aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-11-19 12:44:55 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-11-19 13:40:03 +0000
commita8f45b97bd0b91f714ff77fa9d3fbdf0e6981a15 (patch)
treedfa07dea36f592063618bd3c965cc913dbd99de8 /templates/web/base
parenta5bef353a4afe8b36c6a86e33cc9e01742911016 (diff)
Move tips/sidebar to separate templates.
Also apply to UK council cobrands. Fixes #926, more food for #344.
Diffstat (limited to 'templates/web/base')
-rw-r--r--templates/web/base/report/new/fill_in_details_form.html6
-rw-r--r--templates/web/base/report/new/fill_in_details_text.html5
2 files changed, 4 insertions, 7 deletions
diff --git a/templates/web/base/report/new/fill_in_details_form.html b/templates/web/base/report/new/fill_in_details_form.html
index 1e687cf88..ec05e127e 100644
--- a/templates/web/base/report/new/fill_in_details_form.html
+++ b/templates/web/base/report/new/fill_in_details_form.html
@@ -2,10 +2,10 @@
[% IF report.used_map %]
<p class="change_location">[% loc('Wrong location? Just click again on the map.') %]</p>
+[% END %]
- [% IF partial_token %]
- <p id="unknown">[% loc('Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit.') %]</p>
- [% END %]
+[% IF partial_token %]
+ <p id="unknown">[% loc('Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit.') %]</p>
[% END %]
[% IF js %]
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 5d9716915..05527bb24 100644
--- a/templates/web/base/report/new/fill_in_details_text.html
+++ b/templates/web/base/report/new/fill_in_details_text.html
@@ -1,9 +1,6 @@
[%
IF area_ids_to_list.size != 0;
- loc('Please fill in details of the problem below. The council won\'t be able
-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.');
+ loc('The council won&rsquo;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;
' ' _ loc('Some categories may require additional information.');
END;