diff options
author | Madhusudan.C.S | 2009-11-06 12:06:19 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-11-06 12:06:19 +0530 |
commit | b6c8b954d840aeb847efe6b844d5d2f04aba3c9a (patch) | |
tree | 7b9afc232c655cedf8a34d2cd0a57979bf38741b | |
parent | edccd3e638adbb43e32f095b0b56a4ec30c09356 (diff) | |
download | scipycon-b6c8b954d840aeb847efe6b844d5d2f04aba3c9a.tar.gz scipycon-b6c8b954d840aeb847efe6b844d5d2f04aba3c9a.tar.bz2 scipycon-b6c8b954d840aeb847efe6b844d5d2f04aba3c9a.zip |
Made registration fixes.
-rw-r--r-- | project/kiwipycon/registration/utils.py | 63 |
1 files changed, 19 insertions, 44 deletions
diff --git a/project/kiwipycon/registration/utils.py b/project/kiwipycon/registration/utils.py index 58fe5f3..dac9d6f 100644 --- a/project/kiwipycon/registration/utils.py +++ b/project/kiwipycon/registration/utils.py @@ -106,38 +106,24 @@ http://nz.pycon.org/password-reset confirmation_newuser = """ Dear %(name)s, -Welcome to Kiwi Pycon 2009. You may log in to -http://nz.pycon.org/login using the following credentials: +Welcome to SciPy.in 2009. You may log in to +http://scipy.in/login using the following credentials: Username: %(username)s Password: %(password)s -Amount: %(amount)s - -Your invoice number is: %(invoice)s - -Please use this number and your username as reference when -making payment to the following: - -New Zealand Python User Group, -06-0158-0360348-00 -The National Bank, -Auckland University Branch -PO Box 2132 +There is an entry fee for the SciPy conference only. However +the sprint and tutorials don't have any entry fee. The entry +fee for the conference can be paid on the spot on the first +day of the conference. Thanks for your registration! -You can view your invoice at: -http://nz.pycon.org/invoice -And a pdf version here: -http://nz.pycon.org/pdf_invoice - Regards, -The Kiwi Pycon 2009 Team +The SciPy.in Team If you lose your password to the website please visit: -http://nz.pycon.org/password-reset - +http://scipy.in/password-reset """ confirmation_sponsoreduser = """ @@ -183,33 +169,22 @@ http://nz.pycon.org/password-reset confirmation_currentuser = """ Dear %(name)s, -Welcome to Kiwi Pycon 2009. - -Your invoice number is: %(invoice)s -Your username is: %(username)s - -Amount: %(amount)s +Welcome to SciPy.in 2009. You may log in to +http://scipy.in/login using the following credentials: -Please use this number and your username as reference when making payment -to the following: +Username: %(username)s +Password: %(password)s -New Zealand Python User Group, -06-0158-0360348-00 -The National Bank, -Auckland University Branch -PO Box 2132 +There is an entry fee for the SciPy conference only. However +the sprint and tutorials don't have any entry fee. The entry +fee for the conference can be paid on the spot on the first +day of the conference. Thanks for your registration! -You can view your invoice at: -http://nz.pycon.org/invoice -And a pdf version here: -http://nz.pycon.org/pdf_invoice - Regards, -The Kiwi Pycon 2009 Team - -If you have lost your password to the website please visit: -http://nz.pycon.org/password-reset +The SciPy.in Team +If you lose your password to the website please visit: +http://scipy.in/password-reset """ |