diff options
-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 %} |