templates/user/my_profile.html
changeset 65 8ac0ce6cfd66
parent 45 ab8918e654ae
child 208 ba839dd7c7d7
--- 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 @@
         <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 %}