1.0.12 subscribe buy routines

This commit is contained in:
SDE
2024-05-10 15:34:56 +03:00
parent 563a4fde3c
commit 3575391d3f
6 changed files with 71 additions and 38 deletions

View File

@@ -43,7 +43,7 @@ def get_profile_page_content_html(request, page_name, data):
return get_profile_support_page_content_html(request, data)
elif page_name == 'my_subscribe':
from SubscribesApp.funcs import get_profile_subscribe_page_content_Dict
res = get_profile_subscribe_page_content_Dict(request)
res = get_profile_subscribe_page_content_Dict(request, check_orders_required=True)
return res['html']
elif page_name == 'change_profile':
return get_profile_change_page_content_html(request)