pytask/templates/user/my_profile.html
changeset 17 9ca9f98af0eb
child 21 3e676fa948c4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/user/my_profile.html	Mon Feb 01 14:14:04 2010 +0530
@@ -0,0 +1,11 @@
+{% extends 'base.html' %}
+{% block content %}
+
+{% if edit_profile %}
+    <a href="/user/edit/">edit my profile</a>
+{% endif %}
+
+<br>
+{{ view_profile_form.as_p }}
+
+{% endblock %}