1.6.2 parsing timezones

This commit is contained in:
2024-08-09 18:23:52 +03:00
parent eaafbec1ea
commit d7956e24a6
3 changed files with 15 additions and 1 deletions

View File

@@ -258,6 +258,7 @@ def find_routes_ajax(request):
if 'errors' in routes_Dict:
return JsonResponse(routes_Dict, status=400)
if routes_Dict['routes']:
html = render_to_string('blocks/b_search_routes.html', routes_Dict, request=request)
else: