profile curtain reformat
This commit is contained in:
SDE
2023-11-05 18:48:58 +03:00
parent 6dd0cf7724
commit 114a65746c
3 changed files with 130 additions and 70 deletions

View File

@@ -40,7 +40,8 @@ def registration_View(request):
def profile_page_View(request, page_name, id=None):
Dict = {
'page_html': get_profile_page_content_html(request, page_name, id),
'page_name': page_name
'page_name': page_name,
'page_type': 'profile'
}
t = loader.get_template('pages/profile/p_user_profile.html')