Updated design of control page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user