0.0.131 search routes

This commit is contained in:
SBD
2025-01-24 21:43:03 +03:00
parent 04af851875
commit ca05de3d7d
18 changed files with 336 additions and 221 deletions

View File

@@ -279,7 +279,7 @@ def find_routes_ajax(request):
if routes_Dict['routes']:
html = render_to_string('blocks/b_search_routes.html', routes_Dict, request=request)
html = render_to_string('v2/blocks/b_search_routes_result.html', routes_Dict, request=request)
else:
html = render_to_string('templates_js_translate/not_found_find_routes.html', routes_Dict, request=request)