From 459090321781b63910b5e410b5f2370eb60dd5e1 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 10 Nov 2009 12:28:24 +0530 Subject: Added registration confirmation page. --- project/templates/registration/invoice.html | 1 - project/templates/registration/registrations.html | 15 ++------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/project/templates/registration/invoice.html b/project/templates/registration/invoice.html index 7966763..67339f2 100644 --- a/project/templates/registration/invoice.html +++ b/project/templates/registration/invoice.html @@ -8,7 +8,6 @@
- SciPy.in Logo diff --git a/project/templates/registration/registrations.html b/project/templates/registration/registrations.html index 678828b..da8b38a 100644 --- a/project/templates/registration/registrations.html +++ b/project/templates/registration/registrations.html @@ -18,20 +18,9 @@ Registrations {% endif %} -

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

+

Currently {{ registrations }} persons have registered to attend SciPy.in 2009.

-

To attend Kiwi Pycon 2009 please register

+

To attend SciPy.in 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 %} -- cgit