0.0.283
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user