0.12.52 subscribe page w dynamically load

This commit is contained in:
SDE
2024-05-07 15:01:13 +03:00
parent b374e7aeca
commit 8ed567496b
3 changed files with 16 additions and 15 deletions

View File

@@ -91,8 +91,8 @@ def show_cur_subscribe_ajax(request):
lang = get_and_set_lang(request)
html = get_profile_subscribe_page_content_html(request)
return JsonResponse({'html': html}, status=200)
Dict = get_profile_subscribe_page_content_Dict(request)
return JsonResponse(Dict, status=200)
# try:
#