Added registration confirmation page.
--- 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 %}