diff -r c5de36c4573e -r 6d8d8b64853e project/templates/registration/submit-registration.html
--- a/project/templates/registration/submit-registration.html Wed Jul 21 02:03:09 2010 +0530
+++ b/project/templates/registration/submit-registration.html Wed Jul 21 02:04:03 2010 +0530
@@ -3,9 +3,11 @@
{% block title %}Submit Registration{% endblock %}
{% block content %}
+ {% block formheading %}
+
Submit Registration
+ {% endblock formheading %}
- Submit Registration
-
+ {% block overreg %}
{% if over_reg %}
We have already reached the total number of registrations for the
@@ -15,92 +17,114 @@
pay the admission fee.
{% endif %}
-
{% endif %}
{% if not user.is_authenticated %}
-
-
+
+
+ {% block formextras %}{% endblock formextras %}
+
{% if message %}
+
{% endif %}
{% endblock content %}