changeset 22 | 943a35c14cf7 |
parent 21 | 3e676fa948c4 |
--- a/pytask/templates/user/my_profile.html Mon Feb 01 16:52:34 2010 +0530 +++ b/pytask/templates/user/my_profile.html Mon Feb 01 17:30:30 2010 +0530 @@ -7,11 +7,12 @@ {% block content %} <!--{{ view_profile_form.as_p }}--> - <h2>{{ profile }}'s Profile</h2><hr> + <h2>{{ profile }}'s Profile</h2> + <hr> {% if edit_profile %} <a href="/user/edit/">edit profile</a> + <hr> {% endif %} - <hr> {% if profile.aboutme %} <br><h4>About Me</h4><hr>{{ profile.aboutme }} {% endif %}