Now the first column of table at control page is checkbox

This commit is contained in:
Yuriy Kulakov
2021-04-18 19:15:23 +03:00
parent 06256c202d
commit af63ee29f3
3 changed files with 41 additions and 36 deletions

View File

@@ -8,6 +8,7 @@
{% block extra_css %}
<link rel="stylesheet" href="{% static 'main/css/work.css' %}"/>
{% endblock %}
{% block extra_scripts %}
@@ -21,7 +22,7 @@
<div class="container-md">
<div class="new-section">
<p class="row page-description">Свободных Мест: {{ licences_remaining }}</p>
<p class="row page-description" id="licences_remaining">Свободных Мест:</p>
</div>
{% block form %}
@@ -37,10 +38,16 @@
<table class="table table-dark light-table">
<thead>
<th>
<input
type="checkbox"
class="form-check-input"
id="head-checkbox"
/>
</th>
<th>Name</th>
<th>Email</th>
<th>Role</th>
<th>Checked</th>
</thead>
<tbody id="tbody"></tbody>