changeset 67 | a18d7a0f9b46 |
parent 65 | 8ac0ce6cfd66 |
child 208 | ba839dd7c7d7 |
--- 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 @@ <a href="/user/edit/">edit profile</a> | <a href="/accounts/password/change">change password</a> <hr> {% endif %} + {% if profile.photo %} + <a href={{ profile.photo.url }}> + <img border="0" height="200" src={{ profile.photo.url }}> + </a> + {% endif %} {% if profile.aboutme %} <br><h4>About Me</h4><hr>{{ profile.aboutme }} {% endif %}