diff -r 8d52492d3c14 -r e137b605b888 templates/user/my_profile.html --- a/templates/user/my_profile.html Thu Feb 04 23:17:59 2010 +0530 +++ b/templates/user/my_profile.html Thu Feb 04 23:19:15 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 %}