prettified the page
authorNishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 02:02:01 +0530
changeset 68 5ff1fc726848
parent 67 d18086013eac
child 69 c6bca38c1cbf
prettified the page
templates/profile/view.html
--- a/templates/profile/view.html	Sat Jan 08 01:54:50 2011 +0530
+++ b/templates/profile/view.html	Sat Jan 08 02:02:01 2011 +0530
@@ -3,8 +3,12 @@
 Name: {{profile.full_name}} <br />
 Username: {{user.username}} <br />
 Gender: {{profile.gender}} <br />
-About Me: {{profile.aboutme}} <br />
-Address: {{profile.address}} <br />
+Date of Birth: {{profile.dob}}<br />
+<hr />
+About Me: {{profile.aboutme|linebreaksbr}} <br />
+<hr />
+Address: {{profile.address|linebreaksbr}} <br />
+<hr />
 Phone Number: {{profile.phonenum}} <br />
 <a href="/profile/edit">Edit profile</a>
 {% endblock %}