merged
authornishanth
Wed, 24 Feb 2010 13:17:29 +0530
changeset 67 a18d7a0f9b46
parent 66 f670de53402b (current diff)
parent 65 8ac0ce6cfd66 (diff)
child 68 624f9fd438e3
merged
--- 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 %}