From 2e35094d43b4cc6974172e1febf76abb50f086ec Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Sat, 8 Jan 2011 02:02:01 +0530 Subject: prettified the page --- templates/profile/view.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/profile/view.html b/templates/profile/view.html index 501de2e..5f9cf23 100644 --- a/templates/profile/view.html +++ b/templates/profile/view.html @@ -3,8 +3,12 @@ Name: {{profile.full_name}}
Username: {{user.username}}
Gender: {{profile.gender}}
-About Me: {{profile.aboutme}}
-Address: {{profile.address}}
+Date of Birth: {{profile.dob}}
+
+About Me: {{profile.aboutme|linebreaksbr}}
+
+Address: {{profile.address|linebreaksbr}}
+
Phone Number: {{profile.phonenum}}
Edit profile {% endblock %} -- cgit