templates/user/edit_profile.html
changeset 28 e137b605b888
parent 24 fcae44e94845
child 60 3eac96608091
--- a/templates/user/edit_profile.html	Thu Feb 04 23:17:59 2010 +0530
+++ b/templates/user/edit_profile.html	Thu Feb 04 23:19:15 2010 +0530
@@ -1,7 +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>
+    <form action="/user/edit/" method="post">
+        {{ edit_profile_form.as_p }}
+    <input type="submit" value="Apply Changes" />
+    </form>
 {% endblock %}