aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-03-24 09:16:51 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-03-24 09:18:05 +0000
commit8fbaaf5d937f1c6d2c42ec7db205a581144ff882 (patch)
tree607a6307346442dafd64f83b4bd8f90ded00c0cc
parentefa68450e9cf02e877bfa26c0213c9271c7f3841 (diff)
Add notes to the form
-rw-r--r--templates/web/default/reports/new/fill_in_details.html2
-rw-r--r--templates/web/default/reports/new/notes.html15
-rw-r--r--templates/web/emptyhomes/reports/new/notes.html1
3 files changed, 17 insertions, 1 deletions
diff --git a/templates/web/default/reports/new/fill_in_details.html b/templates/web/default/reports/new/fill_in_details.html
index 1f94c48d0..b6ede7b4c 100644
--- a/templates/web/default/reports/new/fill_in_details.html
+++ b/templates/web/default/reports/new/fill_in_details.html
@@ -123,7 +123,7 @@
<small>[% loc('(optional)') %]</small>
</div>
-<!-- {{ $text_notes }} -->
+[% INCLUDE 'reports/new/notes.html' %]
<p id="problem_submit">
<input type="submit" name="submit_problem" value="[% loc('Submit') %]">
diff --git a/templates/web/default/reports/new/notes.html b/templates/web/default/reports/new/notes.html
new file mode 100644
index 000000000..44d1b5d83
--- /dev/null
+++ b/templates/web/default/reports/new/notes.html
@@ -0,0 +1,15 @@
+<p>[% loc("Please note:") %]</p>
+
+<ul>
+
+ <li>[% loc("We will only use your personal information in accordance with our <a href=\"/faq#privacy\">privacy policy.</a>") %]</li>
+ <li>[% loc("Please be polite, concise and to the point.") %]</li>
+ <li>[% loc("Please do not be abusive &mdash; abusing your council devalues the service for all users.") %]</li>
+ <li>[% loc("Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation.") %]</li>
+ <li>[% loc("Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website.") %]</li>
+
+ [% IF c.config.COUNTRY == 'GB' %]
+ <li>[% loc("FixMyStreet and the Guardian are providing this service in partnership in <a href=\"/faq#privacy\">certain cities</a>. In those cities, both have access to any information submitted, including names and email addresses, and will use it only to ensure the smooth running of the service, in accordance with their privacy policies.") %]</li>
+ [% END %]
+
+</ul>
diff --git a/templates/web/emptyhomes/reports/new/notes.html b/templates/web/emptyhomes/reports/new/notes.html
new file mode 100644
index 000000000..d355cc1ba
--- /dev/null
+++ b/templates/web/emptyhomes/reports/new/notes.html
@@ -0,0 +1 @@
+[%# This file deliberately left empty - there are no notes for EmptyHomes %] \ No newline at end of file