Merge remote-tracking branch 'origin/main'

This commit is contained in:
SBD
2023-11-18 16:41:11 +03:00

View File

@@ -250,7 +250,8 @@ def create_or_change_route_ajax(request, route_id=None):
html = render_to_string('blocks/profile/b_my_routes.html', routes_Dict, request=request)
res_Dict = {
'html': html
'html': html,
'route_id': route_id
}
return JsonResponse(res_Dict)