# HG changeset patch # User nishanth # Date 1266997649 -19800 # Node ID a18d7a0f9b46b6e752612422542a7e58627162da # Parent f670de53402be8d872edf1312a869caf7015f853# Parent 8ac0ce6cfd66ab6872bfc770bc6e9c88ed226af2 merged diff -r f670de53402b -r a18d7a0f9b46 templates/user/my_profile.html --- a/templates/user/my_profile.html Wed Feb 24 13:14:00 2010 +0530 +++ b/templates/user/my_profile.html Wed Feb 24 13:17:29 2010 +0530 @@ -13,6 +13,11 @@ edit profile | change password
{% endif %} + {% if profile.photo %} + + + + {% endif %} {% if profile.aboutme %}

About Me


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