diff options
author | Madhusudan.C.S | 2009-11-10 12:28:24 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-11-10 12:28:24 +0530 |
commit | 459090321781b63910b5e410b5f2370eb60dd5e1 (patch) | |
tree | 0f24dc14fc72f0328e215143077e6e80a6402d1e /project/templates | |
parent | b6c8b954d840aeb847efe6b844d5d2f04aba3c9a (diff) | |
download | scipycon-459090321781b63910b5e410b5f2370eb60dd5e1.tar.gz scipycon-459090321781b63910b5e410b5f2370eb60dd5e1.tar.bz2 scipycon-459090321781b63910b5e410b5f2370eb60dd5e1.zip |
Added registration confirmation page.
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/registration/invoice.html | 1 | ||||
-rw-r--r-- | 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 @@ <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" /> 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 </div> {% endif %} -<p>Currently <strong>{{ registrations }}</strong> persons have registered to attend Kiwi PyCon 2009.</p> +<p>Currently <strong>{{ registrations }}</strong> persons have registered to attend SciPy.in 2009.</p> -<p>To attend Kiwi Pycon 2009 please <a href="/submit-registration/">register</a></p> +<p>To attend SciPy.in 2009 please <a href="/submit-registration/">register</a></p> -<p>Registration payments: - -<pre class="plain"> -New Zealand Python User Group, -06-0158-0360348-00 -The National Bank, -Auckland University Branch -PO Box 2132 -</pre> - -Please use your username and invoice number as references when making payments. {% endblock %} |