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

@@ -550,7 +550,7 @@ def my_routes_ajax(request):
Dict = {
}
html = render_to_string('blocks/profile/b_my_routes.html', Dict, request=request)
html = render_to_string('v2/blocks/b_my_routes.html', Dict, request=request)
res_Dict = {'html': html}
from GeneralApp.funcs import get_add_to_ajax_response_Dict
res_Dict.update(get_add_to_ajax_response_Dict(request.user))