aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-05-20 13:05:36 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-05-20 13:06:05 +0100
commitf40b4f1cea539749d8e076986a28fd9bd967a586 (patch)
tree1e25bd47da4b2da67a2d609f66d41b155d35c4a5
parentc83c3b9e0e98c009d7cd123724251d3a91a2557b (diff)
Add change password link to Your reports page.
-rw-r--r--templates/web/default/my/my.html2
-rw-r--r--templates/web/fixmystreet/my/my.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/default/my/my.html b/templates/web/default/my/my.html
index 48a33a1d2..33b2cc6a4 100644
--- a/templates/web/default/my/my.html
+++ b/templates/web/default/my/my.html
@@ -13,6 +13,8 @@
<h1>[% loc('Your Reports') %]</h1>
+<p><a href="/auth/change_password">[% loc('Change password') %]</a></p>
+
[% IF ! has_content %]
[% tprintf( loc('You haven&rsquo;t created any reports yet. <a href="%s">Report a problem now.</a>'),
c.uri_for('/') ) %]
diff --git a/templates/web/fixmystreet/my/my.html b/templates/web/fixmystreet/my/my.html
index 5c4ccf2af..db162a7ba 100644
--- a/templates/web/fixmystreet/my/my.html
+++ b/templates/web/fixmystreet/my/my.html
@@ -13,6 +13,8 @@
<h1>[% loc('Your Reports') %]</h1>
+<p><a href="/auth/change_password">[% loc('Change password') %]</a></p>
+
[% IF ! has_content %]
[% tprintf( loc('You haven&rsquo;t created any reports yet. <a href="%s">Report a problem now.</a>'),
c.uri_for('/') ) %]