This commit is contained in:
SDE
2023-08-01 19:20:23 +03:00
parent b0a9c3c873
commit 265444eda6
3 changed files with 9 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ def edit_route_ajax(request):
print(msg)
return JsonResponse({'errors': msg})
html = render_to_string('blocks/profile/b_new_route2.html', Dict, request=request)
html = render_to_string('blocks/profile/b_new_route.html', Dict, request=request)
return JsonResponse({'html': html}, status=200)