summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-08 01:46:33 +0530
committerNishanth Amuluru2011-01-08 01:46:33 +0530
commit3b9ccd609436713fde91aa35ff00f2aa08390421 (patch)
tree8a50878fa298f5d57909f2a528f7d85b74a1535c
parente1057f64bd6ef7f022ea0249cc284d69130b273d (diff)
downloadpytask-3b9ccd609436713fde91aa35ff00f2aa08390421.tar.gz
pytask-3b9ccd609436713fde91aa35ff00f2aa08390421.tar.bz2
pytask-3b9ccd609436713fde91aa35ff00f2aa08390421.zip
Added edit_profile link
-rw-r--r--templates/profile/view.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/profile/view.html b/templates/profile/view.html
index d92c331..277a4a1 100644
--- a/templates/profile/view.html
+++ b/templates/profile/view.html
@@ -5,4 +5,5 @@ gender: {{profile.gender}} <br />
About Me: {{profile.aboutme}} <br />
address: {{profile.address}} <br />
phone number: {{profile.phonenum}} <br />
+<a href="/profile/edit">Edit profile</a>
{% endblock %}