project/templates/registration/edit-registration.html
author Anoop Jacob Thomas <anoop@fossee.in>
Mon, 08 Nov 2010 21:11:12 +0530
changeset 206 db5233e2f0cb
parent 133 c5de36c4573e
child 233 394576ff8a2f
permissions -rw-r--r--
Changed left menu.

{% extends "registration/submit-registration.html" %}

{% block title %}Edit Registration{% endblock %}

{% block formheading %}
  <h1>Edit Registration</h1>
{% endblock formheading %}

{% block overreg %}{% endblock overreg %}

{% 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 %}