Added edit_profile link
authorNishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 01:46:33 +0530
changeset 64 4ee9a0f32f76
parent 63 e346fd52baff
child 65 41fcf2273003
Added edit_profile link
templates/profile/view.html
--- a/templates/profile/view.html	Sat Jan 08 01:45:57 2011 +0530
+++ b/templates/profile/view.html	Sat Jan 08 01:46:33 2011 +0530
@@ -5,4 +5,5 @@
 About Me: {{profile.aboutme}} <br />
 address: {{profile.address}} <br />
 phone number: {{profile.phonenum}} <br />
+<a href="/profile/edit">Edit profile</a>
 {% endblock %}