aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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('/') ) %]