summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 %}