1.0.1 subscribe page w dynamically load

This commit is contained in:
SDE
2024-05-07 15:28:47 +03:00
parent 34827af5be
commit cbe5271426

View File

@@ -65,6 +65,7 @@ def get_profile_subscribe_page_content_Dict(request):
subscribes, all_options = get_subscribes_w_options()
subscribes_for_user = None
subscribe_for_user = None
orders = None
if request.user and request.user.is_authenticated: