|
|
@ -91,7 +91,7 @@ class ExternView(CookieWizardView): |
|
|
|
# we need to send the following mails here: |
|
|
|
# - mail with entered data to the Volunteer |
|
|
|
mail_template = get_template('input/ifg_volunteer_mail.txt') |
|
|
|
context = { 'realname': data['realname'] } |
|
|
|
context = { 'data': data } |
|
|
|
send_mail( |
|
|
|
'form filled', |
|
|
|
mail_template.render(context), |
|
|
|