diff -r e743fe1f0f99 -r 8ac0ce6cfd66 templates/user/my_profile.html --- a/templates/user/my_profile.html Wed Feb 24 11:04:11 2010 +0530 +++ b/templates/user/my_profile.html Wed Feb 24 13:13:39 2010 +0530 @@ -13,6 +13,11 @@ edit profile | change password
{% endif %} + {% if profile.photo %} + + + + {% endif %} {% if profile.aboutme %}

About Me


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