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>#}
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include 'blocks/b_user_profile.html' %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -71,15 +71,6 @@
|
||||
</div>
|
||||
<div class="wrapper_content">
|
||||
<div class="block_overlay hidden {% if not page_type == 'profile' %}n_profile{% endif %}" onclick="open_curtain()"></div>
|
||||
{# <div class="menu_buttons curtain left close" data-name="Меню">#}
|
||||
{# {% include "blocks/profile/b_buttons_menu_profile.html" %}#}
|
||||
{# <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>#}
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user