diff options
author | Madhusudan.C.S | 2010-11-29 21:16:22 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-11-29 21:16:22 +0530 |
commit | b6c3de270ac822dda0a8eb240aac480fb3b061f2 (patch) | |
tree | f6fd23d6884e4150a39431f4b47e40cb8db1e491 /project/templates/notifications | |
parent | b3c3944b5416f4cf499a47453006a63270cbd5bf (diff) | |
download | scipycon-b6c3de270ac822dda0a8eb240aac480fb3b061f2.tar.gz scipycon-b6c3de270ac822dda0a8eb240aac480fb3b061f2.tar.bz2 scipycon-b6c3de270ac822dda0a8eb240aac480fb3b061f2.zip |
Provide Javascript support and add all view related changes for form.
Diffstat (limited to 'project/templates/notifications')
-rw-r--r-- | project/templates/notifications/payment_confirmation2010.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/project/templates/notifications/payment_confirmation2010.html b/project/templates/notifications/payment_confirmation2010.html index 4f4cf45..1d98e86 100644 --- a/project/templates/notifications/payment_confirmation2010.html +++ b/project/templates/notifications/payment_confirmation2010.html @@ -1,12 +1,11 @@ Hello {{ name }}, +{% if reg %} We would like to inform your registration fees has been received and we confirm your *registration* for SciPy.in 2010. - -We are still not in a position to confirm the accommodation. If you -you have requested for it, you will still have to wait. If we are -unable to provide an accommodation, your fees will be returned during -the conference. - +{% endif %} +{% if acco and reg %}Also, {% endif %}{% if acco %}We would like to inform your accommodation fees has been +received and we confirm your *accommodation* for SciPy.in 2010. +{% endif %} Thanks and regards, Scipy Team |