pytask/templates/profile/view.html
changeset 417 b37e541bf950
parent 307 c6bca38c1cbf
--- a/pytask/templates/profile/view.html	Sat Jan 15 21:21:19 2011 +0530
+++ b/pytask/templates/profile/view.html	Sat Jan 15 21:21:49 2011 +0530
@@ -10,5 +10,5 @@
 Address: {{profile.address|linebreaksbr}} <br />
 <hr />
 Phone Number: {{profile.phonenum}} <br />
-<a href="/profile/edit">Edit profile</a>
+<a href="{% url edit_profile %}">Edit profile</a>
 {% endblock %}