summaryrefslogtreecommitdiffstats
path: root/templates/patchwork
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-11-29 12:44:29 -0500
committerJeremy Kerr <jk@ozlabs.org>2010-12-10 12:05:53 +0800
commitec565d23253cfea2ddc3335e45ce58a0bc1bb052 (patch)
tree2aae919e820d2793bb138e32a30d42d5edbeafc3 /templates/patchwork
parent561041da8c90e923c77bbb64569da473403b59b1 (diff)
downloadpatchwork-ec565d23253cfea2ddc3335e45ce58a0bc1bb052.tar.bz2
patchwork-ec565d23253cfea2ddc3335e45ce58a0bc1bb052.tar.xz
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/patchwork')
-rw-r--r--templates/patchwork/profile.html5
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>