diff options
author | Sascha Silbe <sascha-pgp@silbe.org> | 2010-11-29 12:44:29 -0500 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2010-12-10 12:05:53 +0800 |
commit | ec565d23253cfea2ddc3335e45ce58a0bc1bb052 (patch) | |
tree | 2aae919e820d2793bb138e32a30d42d5edbeafc3 /templates | |
parent | 561041da8c90e923c77bbb64569da473403b59b1 (diff) | |
download | patchwork-ec565d23253cfea2ddc3335e45ce58a0bc1bb052.tar patchwork-ec565d23253cfea2ddc3335e45ce58a0bc1bb052.tar.gz |
Add link to password change form on user profile page
Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/patchwork/profile.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/patchwork/profile.html b/templates/patchwork/profile.html index e2d0b90..dd5d35e 100644 --- a/templates/patchwork/profile.html +++ b/templates/patchwork/profile.html @@ -117,6 +117,11 @@ address.</p> </form> </div> +<div class="box"> +<h2>Authentication</h2> +<a href="{% url django.contrib.auth.views.password_change %}">Change password</a> +</div> + </div> <p style="clear: both"></p> |