104 """ |
104 """ |
105 |
105 |
106 confirmation_newuser = """ |
106 confirmation_newuser = """ |
107 Dear %(name)s, |
107 Dear %(name)s, |
108 |
108 |
109 Welcome to Kiwi Pycon 2009. You may log in to |
109 Welcome to SciPy.in 2009. You may log in to |
110 http://nz.pycon.org/login using the following credentials: |
110 http://scipy.in/login using the following credentials: |
111 |
111 |
112 Username: %(username)s |
112 Username: %(username)s |
113 Password: %(password)s |
113 Password: %(password)s |
114 |
114 |
115 Amount: %(amount)s |
115 There is an entry fee for the SciPy conference only. However |
116 |
116 the sprint and tutorials don't have any entry fee. The entry |
117 Your invoice number is: %(invoice)s |
117 fee for the conference can be paid on the spot on the first |
118 |
118 day of the conference. |
119 Please use this number and your username as reference when |
|
120 making payment to the following: |
|
121 |
|
122 New Zealand Python User Group, |
|
123 06-0158-0360348-00 |
|
124 The National Bank, |
|
125 Auckland University Branch |
|
126 PO Box 2132 |
|
127 |
119 |
128 Thanks for your registration! |
120 Thanks for your registration! |
129 |
121 |
130 You can view your invoice at: |
|
131 http://nz.pycon.org/invoice |
|
132 And a pdf version here: |
|
133 http://nz.pycon.org/pdf_invoice |
|
134 |
|
135 Regards, |
122 Regards, |
136 The Kiwi Pycon 2009 Team |
123 The SciPy.in Team |
137 |
124 |
138 If you lose your password to the website please visit: |
125 If you lose your password to the website please visit: |
139 http://nz.pycon.org/password-reset |
126 http://scipy.in/password-reset |
140 |
|
141 """ |
127 """ |
142 |
128 |
143 confirmation_sponsoreduser = """ |
129 confirmation_sponsoreduser = """ |
144 Dear %(name)s, |
130 Dear %(name)s, |
145 |
131 |
181 """ |
167 """ |
182 |
168 |
183 confirmation_currentuser = """ |
169 confirmation_currentuser = """ |
184 Dear %(name)s, |
170 Dear %(name)s, |
185 |
171 |
186 Welcome to Kiwi Pycon 2009. |
172 Welcome to SciPy.in 2009. You may log in to |
|
173 http://scipy.in/login using the following credentials: |
187 |
174 |
188 Your invoice number is: %(invoice)s |
175 Username: %(username)s |
189 Your username is: %(username)s |
176 Password: %(password)s |
190 |
177 |
191 Amount: %(amount)s |
178 There is an entry fee for the SciPy conference only. However |
192 |
179 the sprint and tutorials don't have any entry fee. The entry |
193 Please use this number and your username as reference when making payment |
180 fee for the conference can be paid on the spot on the first |
194 to the following: |
181 day of the conference. |
195 |
|
196 New Zealand Python User Group, |
|
197 06-0158-0360348-00 |
|
198 The National Bank, |
|
199 Auckland University Branch |
|
200 PO Box 2132 |
|
201 |
182 |
202 Thanks for your registration! |
183 Thanks for your registration! |
203 |
184 |
204 You can view your invoice at: |
185 Regards, |
205 http://nz.pycon.org/invoice |
186 The SciPy.in Team |
206 And a pdf version here: |
|
207 http://nz.pycon.org/pdf_invoice |
|
208 |
187 |
209 Regards, |
188 If you lose your password to the website please visit: |
210 The Kiwi Pycon 2009 Team |
189 http://scipy.in/password-reset |
211 |
|
212 If you have lost your password to the website please visit: |
|
213 http://nz.pycon.org/password-reset |
|
214 |
|
215 """ |
190 """ |