diff -r 88932f326d96 -r c5de36c4573e project/templates/registration/edit-registration.html --- a/project/templates/registration/edit-registration.html Wed Jul 21 02:02:36 2010 +0530 +++ b/project/templates/registration/edit-registration.html Wed Jul 21 02:03:09 2010 +0530 @@ -1,24 +1,21 @@ -{% extends "base.html" %} +{% extends "registration/submit-registration.html" %} {% block title %}Edit Registration{% endblock %} -{% block content %} -

Edit Registration

+{% block formheading %} +

Edit Registration

+{% endblock formheading %} -{% include '_errors.html' %} +{% block overreg %}{% endblock overreg %} -
-
- Edit Registration - - {{ form }} -
- -
-
-{% endblock content %} +{% block url_select_login %} + "{% url scipycon_edit_registration params.scope 1 %}" +{% endblock url_select_login %} +{% block url_select_reg %} + "{% url scipycon_edit_registration params.scope 1 %}" +{% endblock url_select_reg %} + +{% block formextras %} + {{ registration_form.id }} +{% endblock formextras %}