aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-04-29 19:06:01 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-03 12:06:21 +0100
commit92b253904062edd533e55c22824de6fd01e2f7c1 (patch)
treed18f49ff98e87a2aeb6ca6eacc3217183141ec9e /templates
parent5faa1946bda79c31aab04778cb4eb01afa18b473 (diff)
Version 2.6.v2.6
Include the usual generate new .pot file, gettext-merge, push to Transifex, pull from Transifex step.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/report/new/notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/report/new/notes.html b/templates/web/zurich/report/new/notes.html
index 3f832c1ed..90edbdac2 100644
--- a/templates/web/zurich/report/new/notes.html
+++ b/templates/web/zurich/report/new/notes.html
@@ -1,6 +1,6 @@
<p>[% loc("Please note:") %]</p>
<ul class="plain-list">
- <li>[% loc("We will only use your personal information in accordance with our <a href=\"/privacy\">privacy policy.</a>") %]</li>
+ <li>[% tprintf( loc("We will only use your personal information in accordance with our <a href=\"%s\">privacy policy.</a>"), c.cobrand.privacy_policy_url ) %]</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>