2
1
Fork 1
Esse commit está contido em:
Benni Bärmann 2021-04-14 15:47:06 +02:00
commit d31b55e47c
2 arquivos alterados com 3 adições e 1 exclusões

2
TODO
Ver arquivo

@ -11,6 +11,8 @@ die Zusage kontaktieren kann." maybe this this misleading?
- if the mailserver is unavaiable we just produce "Server Error 500", which is not very telling.
There should maybe also a way to handle mails later if first delivery failed.
- there are some issues with the ifg_volunteer_mail.txt template.
other known problems:
- The DatePicker works only if you are logged in, which is mostly ok for /intern

Ver arquivo

@ -40,7 +40,7 @@ class Command(BaseCommand):
mail_template.render(context),
IF_EMAIL,
[email],
bcc=['benni.baermann@wikimedia.de'])
bcc=[SURVEY_EMAIL])
survey_mail.send(fail_silently=False)
except BadHeaderError:
return HttpResponse('Invalid header found.')