diff -r 3e676fa948c4 -r 943a35c14cf7 pytask/templates/user/my_profile.html --- 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 %} -

{{ profile }}'s Profile


+

{{ profile }}'s Profile

+
{% if edit_profile %} edit profile +
{% endif %} -
{% if profile.aboutme %}

About Me


{{ profile.aboutme }} {% endif %}