projects
/
patchwork
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
561041d
)
Add link to password change form on user profile page
author
Sascha Silbe
<sascha-pgp@silbe.org>
Mon, 29 Nov 2010 17:44:29 +0000
(12:44 -0500)
committer
Jeremy Kerr
<jk@ozlabs.org>
Fri, 10 Dec 2010 04:05:53 +0000
(12:05 +0800)
Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
templates/patchwork/profile.html
patch
|
blob
|
history
diff --git
a/templates/patchwork/profile.html
b/templates/patchwork/profile.html
index e2d0b9039bfdbd98927880b6914fa8a4bfa87187..dd5d35e00ca6cf3b5348c648092fa08496e940c4 100644
(file)
--- 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>