dashboard page
This commit is contained in:
SDE
2023-11-10 18:06:05 +03:00
parent d4e3b75bcb
commit 0c20d7d0f4
8 changed files with 43 additions and 9 deletions

View File

@@ -16,14 +16,14 @@
{# </div>#}
{##}
<div class="info_profile">
{% if not page_html %}
{% include "blocks/profile/b_profile_first_page.html" %}
{% else %}
{# {% if not page_html %}#}
{# {% include "blocks/profile/b_profile_first_page.html" %}#}
{# {% else %}#}
{{ page_html|safe }}
{# {% include "blocks/profile/b_chats.html" %}#}
{# {% elif page == 'chat' %}#}
{# {% include "blocks/profile/b_chats.html" %}#}
{% endif %}
{# {% endif %}#}
</div>
<div class="clear_both"></div>
{# <div class="menu_buttons curtain right close" data-name="Пользователи">#}