diff options
Diffstat (limited to 'templates/web/default/my/my.html')
-rw-r--r-- | templates/web/default/my/my.html | 2 |
1 files changed, 2 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('/') ) %] |