templates/user/edit_profile.html
changeset 24 fcae44e94845
child 28 e137b605b888
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/user/edit_profile.html	Thu Feb 04 23:13:03 2010 +0530
@@ -0,0 +1,7 @@
+{% extends 'base.html' %}
+{% block content %}
+<form action="/user/edit/" method="post">
+{{ edit_profile_form.as_p }}
+<input type="submit" value="Apply Changes" />
+</form>
+{% endblock %}