Fix ohlhafv email

This commit is contained in:
Aarni Halinen
2022-01-13 21:55:54 +02:00
parent 7382c4e4bf
commit 1dc5d45e96
4 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ def ohlhafv_submit(request, *args, **kwargs):
)
to_email = form.cleaned_data.get("victim_email", "")
subject = _("Sinut on haastettu Øhlhäfviin!")
subject = "Sinut on haastettu Øhlhäfviin!"
send_email(to=to_email, subject=subject, body=email_body)
logging.debug(f"Sent ohlhafv email to recipient <{to_email}>")