From ad1016a4272e904dc1e4d4e2303c0ab7ecf578a9 Mon Sep 17 00:00:00 2001 From: SDE Date: Thu, 30 Nov 2023 13:19:47 +0300 Subject: [PATCH] 0.8.4 mail request_offer_ajax --- AuthApp/js_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuthApp/js_views.py b/AuthApp/js_views.py index ce89f0c..5f2ebf7 100644 --- a/AuthApp/js_views.py +++ b/AuthApp/js_views.py @@ -59,7 +59,7 @@ def request_offer_ajax(request): 'project_name': sets['project_name'], 'message_title': subject, 'message_text': f'

ДАННЫЕ ЗАПРОСА

' - f'

' + f'

' f'{request_type_str}' f'Имя: {data["name"]}
' f'Телефон: {data["phone"]}'