project/templates/registration/edit-registration.html
author Anoop Jacob Thomas<anoop@fossee.in>
Thu, 11 Nov 2010 18:43:19 +0530
changeset 210 b61bcea508ee
parent 133 c5de36c4573e
child 233 394576ff8a2f
permissions -rw-r--r--
Updated venue page, removed unwanted content.

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