0.12.52 subscribe page w dynamically load
This commit is contained in:
@@ -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:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user