|
@ -36,7 +36,7 @@ class Command(BaseCommand): |
|
|
'SURVEYPREFIX': SURVEYPREFIX, } |
|
|
'SURVEYPREFIX': SURVEYPREFIX, } |
|
|
mail_template = get_template('input/survey_mail.txt') |
|
|
mail_template = get_template('input/survey_mail.txt') |
|
|
try: |
|
|
try: |
|
|
send_mail('Projektende erreicht', |
|
|
|
|
|
|
|
|
send_mail('Dein Feedback zur Förderung durch Wikimedia Deutschland', |
|
|
mail_template.render(context), |
|
|
mail_template.render(context), |
|
|
IF_EMAIL, |
|
|
IF_EMAIL, |
|
|
[email], |
|
|
[email], |
|
|