diff -r 8d52492d3c14 -r e137b605b888 templates/user/edit_profile.html --- 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 %} -
-{{ edit_profile_form.as_p }} - -
+
+ {{ edit_profile_form.as_p }} + +
{% endblock %}