processing forms
This commit is contained in:
SDE
2023-12-01 11:36:11 +03:00
parent c9d6812d11
commit 61bea5639b

View File

@@ -119,7 +119,7 @@ def send_message_ajax(request):
tpl = 'forms/f_commercial_offer.html'
html = render_to_string(tpl, Dict, request)
JsonResponse({'html': html}, status=400)
return JsonResponse({'html': html}, status=400)
Dict = {
'logo': f'{request.scheme}://{sets["domain"]}/static/img/svg/LogoMobile.svg',