This commit is contained in:
2023-10-18 17:36:55 +03:00
parent fe90ab8f50
commit 31ba8a86bf
4 changed files with 19 additions and 11 deletions

View File

@@ -16,6 +16,7 @@
<link rel="stylesheet" href="{% static 'css/datarangepicker.css' %}" />
<script src="{% static "js/global_js.js" %}"></script>
<script src="{% static "js/chat_socket_start.js" %}"></script>
{% if user and not user.is_anonymous %}
<script src='{% static "js/chat_sockets.js" %}'></script>
<script>
@@ -51,9 +52,10 @@
</head>
<body>
<div class="wrapper">
{% include 'blocks/b_header.html' %}
{# modifided by boris#}
<div class="header_big_background">
{% include 'blocks/b_header.html' %}
</div>
{% block content %}
{% endblock %}