From a725ad257cebc13809fbdb07d472723268923ab2 Mon Sep 17 00:00:00 2001 From: Kotiuk Nazarii Date: Mon, 8 Jun 2015 23:35:48 +0300 Subject: [PATCH] hotfix --- core/simple_views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/simple_views.py b/core/simple_views.py index 91c6c2d0..0c467623 100644 --- a/core/simple_views.py +++ b/core/simple_views.py @@ -22,10 +22,9 @@ def send_to_organiser(request): title = request.POST.get('type', '') - text = """Имя: %s; + text = u"""Имя: %s; Фамилия:%s; Email: %s; - телефон:%s; компния:%s; должность: %s"""%(fname, lname, email, company, office) msg = EmailMessage(title, text, settings.DEFAULT_FROM_EMAIL, [mail_send])