diff -r 4dfcc826b241 -r b1245d75938d templates/profile/view.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/profile/view.html Fri Jan 07 11:25:21 2011 +0530 @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block content %} +username: {{user.username}}
+gender: {{profile.gender}}
+About Me: {{profile.aboutme}}
+address: {{profile.address}}
+phone number: {{profile.phonenum}}
+{% endblock %}