0.0.335
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
{% load static %}
|
||||
|
||||
|
||||
<div class="menu_buttons curtain left {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="конт">
|
||||
{# {% include "blocks/profile/b_buttons_menu_profile.html" %}#}
|
||||
<div class="container_block_list_of_users">
|
||||
{% include 'blocks/profile/b_list_of_users_messenger.html' %}
|
||||
</div>
|
||||
<div class="handler_menu close" onclick="open_curtain('left')">
|
||||
<img class="btns_f_curtain close left" src="{% static 'img/svg/arrow_f_curtain.svg' %}">
|
||||
<div class="text_f_curtain left">конт</div>
|
||||
<img class="btns_f_curtain close right" src="{% static 'img/svg/arrow_f_curtain.svg' %}">
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
</div>
|
||||
{#<div class="title-profile-cont">#}
|
||||
{# <h1>Написать сообщение</h1>#}
|
||||
{#</div>#}
|
||||
|
||||
Reference in New Issue
Block a user