Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-08-09 15:35:16 +03:00
14 changed files with 148 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
<span class="title-list-of-users">Чаты:</span>
<div class="insert_users">
{% for item in receivers %}
{% include "widgets/w_chat_right_panel_users.html" %}
{% include "widgets/w_chat_right_panel_user.html" %}
{% endfor %}
</div>

View File

@@ -13,6 +13,8 @@
<link rel="stylesheet" href="{% static 'css/styles(boris).css' %}" >
<script src="{% static "js/global_js.js" %}"></script>
{% block meta %}