From 25fa2d98b32bff8afce68321029726da78eb0151 Mon Sep 17 00:00:00 2001 From: anoop Date: Wed, 24 Feb 2010 13:13:39 +0530 Subject: added photograph to be shown in my profile page. --- templates/user/my_profile.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/user/my_profile.html b/templates/user/my_profile.html index 9c2c04b..2a397b5 100644 --- a/templates/user/my_profile.html +++ b/templates/user/my_profile.html @@ -13,6 +13,11 @@ edit profile | change password
{% endif %} + {% if profile.photo %} + + + + {% endif %} {% if profile.aboutme %}

About Me


{{ profile.aboutme }} {% endif %} -- cgit