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)