diff --git a/locale/en/LC_MESSAGES/django.mo b/locale/en/LC_MESSAGES/django.mo index d71fa82..37c486d 100644 Binary files a/locale/en/LC_MESSAGES/django.mo and b/locale/en/LC_MESSAGES/django.mo differ diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index a35757c..0ec571b 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \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" "Last-Translator: \n" "Language-Team: \n" @@ -1095,10 +1095,6 @@ msgstr "" msgid "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 msgid "Go" msgstr "Go" diff --git a/locale/fi/LC_MESSAGES/django.po b/locale/fi/LC_MESSAGES/django.po index e9cfe14..8d7d45c 100644 --- a/locale/fi/LC_MESSAGES/django.po +++ b/locale/fi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \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" "Last-Translator: \n" "Language-Team: \n" @@ -1084,10 +1084,6 @@ msgstr "Haasta kaverisi mittelöön!" msgid "Challenge" msgstr "Haasta" -#: ohlhafv/views.py:45 -msgid "Sinut on haastettu Øhlhäfviin!" -msgstr "" - #: templates/admin/base_site.html:44 msgid "Go" msgstr "Vaihda" diff --git a/ohlhafv/views.py b/ohlhafv/views.py index 596c5ac..81fcb3b 100644 --- a/ohlhafv/views.py +++ b/ohlhafv/views.py @@ -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}>")