0.6.10
profile subscribe view
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user