diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-05-20 13:05:36 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-05-20 13:06:05 +0100 |
commit | f40b4f1cea539749d8e076986a28fd9bd967a586 (patch) | |
tree | 1e25bd47da4b2da67a2d609f66d41b155d35c4a5 | |
parent | c83c3b9e0e98c009d7cd123724251d3a91a2557b (diff) |
Add change password link to Your reports page.
-rw-r--r-- | templates/web/default/my/my.html | 2 | ||||
-rw-r--r-- | templates/web/fixmystreet/my/my.html | 2 |
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’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’t created any reports yet. <a href="%s">Report a problem now.</a>'), c.uri_for('/') ) %] |