Skip to content
Snippets Groups Projects
Commit 245eff74 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix recipients (again)

parent 9afb5b55
No related branches found
No related tags found
2 merge requests!1233Release,!1232fix recipients (again)
Pipeline #20682 passed
......@@ -636,7 +636,7 @@ Pirátská Strana
# From email
"vyberka@pirati.cz",
# To email
form.cleaned_data['email']
[form.cleaned_data['email']],
)
administrator_email = EmailMessage(
......@@ -669,7 +669,7 @@ Při otevírání souborů buďte opatrní, virový proběhl, ale nemusí být p
# From email
"vyberka@pirati.cz",
# Recipient list
[self.recipient_emails.split(",")],
self.recipient_emails.split(","),
)
form.cleaned_data["cv_file"].seek(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment