Added registration confirmation page.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 10 Nov 2009 12:28:24 +0530
changeset 20 486cfc8dd611
parent 19 fe95eee8ca3c
child 21 127b772a3af4
Added registration confirmation page.
project/templates/registration/invoice.html
project/templates/registration/registrations.html
--- a/project/templates/registration/invoice.html	Fri Nov 06 12:06:19 2009 +0530
+++ b/project/templates/registration/invoice.html	Tue Nov 10 12:28:24 2009 +0530
@@ -8,7 +8,6 @@
 <table cellpadding="0" cellspacing="0" width="800px">
   <tr>
     <td>
-  <!--  TODO(get an ICON) -->
   <img src="http://scipy.org/images/scipylogo.gif"
     alt="SciPy.in Logo" title="SciPy.in Logo"
     width="72" />
--- a/project/templates/registration/registrations.html	Fri Nov 06 12:06:19 2009 +0530
+++ b/project/templates/registration/registrations.html	Tue Nov 10 12:28:24 2009 +0530
@@ -18,20 +18,9 @@
     </div>
     {% endif %}
 
-<p>Currently <strong>{{ registrations }}</strong> persons have registered to attend Kiwi PyCon 2009.</p>
-
-<p>To attend Kiwi Pycon 2009 please <a href="/submit-registration/">register</a></p>
-
-<p>Registration payments:
+<p>Currently <strong>{{ registrations }}</strong> persons have registered to attend SciPy.in 2009.</p>
 
-<pre class="plain">
-New Zealand Python User Group,
-06-0158-0360348-00
-The National Bank,
-Auckland University Branch
-PO Box 2132
-</pre>
+<p>To attend SciPy.in 2009 please <a href="/submit-registration/">register</a></p>
 
-Please use your username and invoice number as references when making payments.
 
 {% endblock %}