0.8.12
processing forms
This commit is contained in:
@@ -119,7 +119,7 @@ def send_message_ajax(request):
|
|||||||
tpl = 'forms/f_commercial_offer.html'
|
tpl = 'forms/f_commercial_offer.html'
|
||||||
|
|
||||||
html = render_to_string(tpl, Dict, request)
|
html = render_to_string(tpl, Dict, request)
|
||||||
JsonResponse({'html': html}, status=400)
|
return JsonResponse({'html': html}, status=400)
|
||||||
|
|
||||||
Dict = {
|
Dict = {
|
||||||
'logo': f'{request.scheme}://{sets["domain"]}/static/img/svg/LogoMobile.svg',
|
'logo': f'{request.scheme}://{sets["domain"]}/static/img/svg/LogoMobile.svg',
|
||||||
|
|||||||
Reference in New Issue
Block a user