Поправил создание кафедрального файла

This commit is contained in:
ProstoDenya01
2026-03-31 13:20:31 +03:00
parent 2be2534a1e
commit cd6cc6f5f7
8 changed files with 147 additions and 21 deletions

View File

@@ -28,7 +28,7 @@
<input type="text" id="new-jobtitle" placeholder="Студент / Доцент" required>
</div>
<div class="form-group">
<label for="new-department">Кафедра</label>
<label for="new-department">ID Кафедры</label>
<input type="number" id="new-department" placeholder="ID" required>
</div>
<button type="submit" class="btn-primary">Создать</button>
@@ -47,7 +47,7 @@
<th>Имя пользователя</th>
<th>ФИО</th>
<th>Должность</th>
<th>ID кафедры</th>
<th>Кафедра</th>
<th>Роль</th>
<th colspan="2">Действия</th>
</tr>