This commit is contained in:
2023-11-06 17:32:00 +03:00
parent b12f2e784f
commit 0a00e950b6
3 changed files with 32 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
{% load static %}
{% csrf_token %}
<div class="menu_profile {% if not page_type == 'profile' %}background{% endif %}">
{% if user_subscribe %}<div class="subscribe_type_txt"><span class="f-l">Подписка:</span> <span class="f-r">{{ user_subscribe.subscribe.name }}</span><div class="clear_both"></div></div>{% endif %}
{% with sel_page_name='create_route_for_mover' title="Профиль" img_path="/static/img/svg/User.svg"%}
{% include "widgets/profile/w_button_for_profile_menu.html" %}
{% endwith %}