profile subscribe view
This commit is contained in:
SDE
2023-08-30 14:01:52 +03:00
parent 7fbc7b6e9d
commit db3d47b36f

View File

@@ -32,7 +32,7 @@ def show_cur_subscribe_ajax(request):
if not subscribe_for_user:
tpl_name = 'blocks/profile/b_subscribe_variants.html'
else:
tpl_name = 'blocks/profile/b_subscribe_variants.html'
tpl_name = 'blocks/profile/b_subscribe_current.html'
subscribes = Subscribe.objects.filter(enable=True)