aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-29 19:07:36 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-03-29 19:07:36 +0100
commit442bcac07ff9d34493fcb00d254745618bd66faa (patch)
tree9d19827dc49e2761a3621f8a13902c466e4f3d0a
parentf1a3112aba932ee271f86d369ec63db4f287a24c (diff)
Move privacy policy link to bottom on Bromley.
-rw-r--r--templates/web/bromley/report/new/fill_in_details_form.html2
-rw-r--r--templates/web/fixmystreet/report/new/notes.html4
2 files changed, 5 insertions, 1 deletions
diff --git a/templates/web/bromley/report/new/fill_in_details_form.html b/templates/web/bromley/report/new/fill_in_details_form.html
index c38c1b0c7..ac08de5a9 100644
--- a/templates/web/bromley/report/new/fill_in_details_form.html
+++ b/templates/web/bromley/report/new/fill_in_details_form.html
@@ -201,6 +201,8 @@
</div>
+ <p>[% loc("We will only use your personal information in accordance with our <a href=\"/faq#privacy\">privacy policy.</a>") %]</p>
+
[% END %]
</div>
</fieldset>
diff --git a/templates/web/fixmystreet/report/new/notes.html b/templates/web/fixmystreet/report/new/notes.html
index 5a885abd0..eef172858 100644
--- a/templates/web/fixmystreet/report/new/notes.html
+++ b/templates/web/fixmystreet/report/new/notes.html
@@ -1,9 +1,11 @@
<p>[% loc("Please note:") %]</p>
<ul class="plain-list">
+[% IF c.cobrand.moniker != 'bromley' %]
<li>[% loc("We will only use your personal information in accordance with our <a href=\"/faq#privacy\">privacy policy.</a>") %]</li>
+[% END %]
<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>
-</ul> \ No newline at end of file
+</ul>