diff options
Diffstat (limited to 'templates/web/base/report/new/notes.html')
-rw-r--r-- | templates/web/base/report/new/notes.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/web/base/report/new/notes.html b/templates/web/base/report/new/notes.html new file mode 100644 index 000000000..68408acc7 --- /dev/null +++ b/templates/web/base/report/new/notes.html @@ -0,0 +1,11 @@ +<p style="clear:both">[% 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 — 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> + +</ul> |