Updated design of control page

This commit is contained in:
Yuriy Kulakov
2021-05-27 20:00:28 +03:00
parent df06c8f807
commit 55cba3b036
2 changed files with 9 additions and 6 deletions

View File

@@ -8,9 +8,12 @@
{% block extra_css %}
<link rel="stylesheet" href="{% static 'main/css/work.css' %}" xmlns="http://www.w3.org/1999/html">
<link rel="stylesheet" href="{% static 'modules/notifications/dist/notifications.css' %}">
{% endblock %}
{% block extra_scripts %}
<script src="{% static 'main/js/notifications.js' %}"></script> {# Для #}
<script src="{% static 'modules/notifications/dist/notifications.js' %}"></script> {# Уведомлений #}
{% endblock%}
{% block content %}
@@ -24,7 +27,7 @@
{% csrf_token %}
<div class="row justify-content-center new-section">
<div class="col-10">
<h3 class="py-4 text-center font-weight-bold">Список сотрудников</h3>
<h3 class="py-4 text-center font-weight-bold mb-0">Список сотрудников</h3>
{% block table %}
<div id="table"></div>