From db3d47b36f9285d0b9e3dadf741e084ef7e1ffa7 Mon Sep 17 00:00:00 2001 From: SDE Date: Wed, 30 Aug 2023 14:01:52 +0300 Subject: [PATCH] 0.6.10 profile subscribe view --- SubscribesApp/js_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SubscribesApp/js_views.py b/SubscribesApp/js_views.py index 268d021..6ad6a92 100644 --- a/SubscribesApp/js_views.py +++ b/SubscribesApp/js_views.py @@ -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)