0.0.24 my routes

This commit is contained in:
SBD
2025-01-14 18:23:00 +03:00
parent cdedebd9f6
commit 4b57ad3f8b
5 changed files with 16 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ def get_profile_my_routes_page_content_html(request):
if user_subscribe:
routes_Dict.update(user_subscribe.remains_route_adding_options())
html = render_to_string('blocks/profile/b_my_routes.html', routes_Dict, request=request)
html = render_to_string('v2/blocks/b_my_routes.html', routes_Dict, request=request)
return html