diff options
Diffstat (limited to 'project/templates/registration/registrations.html')
-rw-r--r-- | project/templates/registration/registrations.html | 15 |
1 files changed, 2 insertions, 13 deletions
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 %} |