0.7.63
user_subscribe in all views
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user