diff -r f33084ea1361 -r fcae44e94845 templates/user/my_profile.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/user/my_profile.html Thu Feb 04 23:13:03 2010 +0530 @@ -0,0 +1,11 @@ +{% extends 'base.html' %} +{% block content %} + +{% if edit_profile %} + edit my profile +{% endif %} + +
+{{ view_profile_form.as_p }} + +{% endblock %}