diff -r 9a77edda77b7 -r fda1c66b25f9 project/templates/registration/registrations.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/registration/registrations.html Fri Oct 30 15:09:12 2009 +0530 @@ -0,0 +1,37 @@ +{% extends "base.html" %} + +{% block title %} +Registrations +{% endblock %} + +{% block content %} + +

Submit Registration

+ + {% if over_reg %} +
+ We have already reached the total number of registrations for the + conference. If you would like to be put on a waiting list in the event + that someone can't make it to the conference, please follow the link + below to register and we will be in contact if a registration spot comes + available. +
+ {% endif %} + +

Currently {{ registrations }} persons have registered to attend Kiwi PyCon 2009.

+ +

To attend Kiwi Pycon 2009 please register

+ +

Registration payments: + +

+New Zealand Python User Group,
+06-0158-0360348-00
+The National Bank,
+Auckland University Branch
+PO Box 2132
+
+ +Please use your username and invoice number as references when making payments. + +{% endblock %}