Fix ohlhafv email
This commit is contained in:
Binary file not shown.
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-01-13 21:51+0200\n"
|
"POT-Creation-Date: 2022-01-13 21:55+0200\n"
|
||||||
"PO-Revision-Date: 2017-11-02 23:09+0200\n"
|
"PO-Revision-Date: 2017-11-02 23:09+0200\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -1095,10 +1095,6 @@ msgstr ""
|
|||||||
msgid "Challenge"
|
msgid "Challenge"
|
||||||
msgstr "Challenge"
|
msgstr "Challenge"
|
||||||
|
|
||||||
#: ohlhafv/views.py:45
|
|
||||||
msgid "Sinut on haastettu Øhlhäfviin!"
|
|
||||||
msgstr "You have been challenged to Øhlhäfv!"
|
|
||||||
|
|
||||||
#: templates/admin/base_site.html:44
|
#: templates/admin/base_site.html:44
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Go"
|
msgstr "Go"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-01-13 21:51+0200\n"
|
"POT-Creation-Date: 2022-01-13 21:55+0200\n"
|
||||||
"PO-Revision-Date: 2017-11-02 23:04+0200\n"
|
"PO-Revision-Date: 2017-11-02 23:04+0200\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -1084,10 +1084,6 @@ msgstr "Haasta kaverisi mittelöön!"
|
|||||||
msgid "Challenge"
|
msgid "Challenge"
|
||||||
msgstr "Haasta"
|
msgstr "Haasta"
|
||||||
|
|
||||||
#: ohlhafv/views.py:45
|
|
||||||
msgid "Sinut on haastettu Øhlhäfviin!"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/admin/base_site.html:44
|
#: templates/admin/base_site.html:44
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Vaihda"
|
msgstr "Vaihda"
|
||||||
|
|||||||
+1
-1
@@ -42,7 +42,7 @@ def ohlhafv_submit(request, *args, **kwargs):
|
|||||||
)
|
)
|
||||||
|
|
||||||
to_email = form.cleaned_data.get("victim_email", "")
|
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)
|
send_email(to=to_email, subject=subject, body=email_body)
|
||||||
logging.debug(f"Sent ohlhafv email to recipient <{to_email}>")
|
logging.debug(f"Sent ohlhafv email to recipient <{to_email}>")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user