Fix ohlhafv email
This commit is contained in:
+1
-1
@@ -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}>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user