user_subscribe in all views
This commit is contained in:
SDE
2023-10-22 13:04:05 +03:00
parent 89ee4960c2
commit 47ffae4b82
3 changed files with 21 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ def change_profile_ajax(request):
if request.method != 'POST':
raise Http404
html = get_profile_change_page_content_html(request)
return JsonResponse({'html': html}, status=200)