templates/user/my_profile.html
changeset 45 ab8918e654ae
parent 28 e137b605b888
child 65 8ac0ce6cfd66
--- a/templates/user/my_profile.html	Thu Feb 18 19:39:54 2010 +0530
+++ b/templates/user/my_profile.html	Fri Feb 19 21:46:24 2010 +0530
@@ -10,7 +10,7 @@
     <h2>{{ profile }}'s Profile</h2>
     <hr>
     {% if edit_profile %}
-        <a href="/user/edit/">edit profile</a>
+        <a href="/user/edit/">edit profile</a> | <a href="/accounts/password/change">change password</a>
         <hr>
     {% endif %}
     {% if profile.aboutme %}