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"]}'