From 51278fd8bcacfdfb4453fe2549240f8c92eff81d Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Wed, 17 Nov 2021 20:14:35 +0200 Subject: [PATCH] try without special character --- ohlhafv/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohlhafv/views.py b/ohlhafv/views.py index 0def955..76067e0 100644 --- a/ohlhafv/views.py +++ b/ohlhafv/views.py @@ -41,7 +41,7 @@ def ohlhafv_submit(request, *args, **kwargs): email = form.cleaned_data.get('victim_email', '') url = f'https://{URL}/ohlhafv/list' - subject = _('Sinut on haastettu Øhlhäfviin!') + subject = _('Sinut on haastettu Ohlhäfviin!') message = render_to_string( 'ohlhafv:email.html', {