Поправил ответ для пользователей, чтобы приходило название кафедры, а не ID

This commit is contained in:
ProstoDenya01
2026-03-27 19:02:27 +03:00
parent 6f33e23e17
commit 0b9d063266
4 changed files with 46 additions and 42 deletions

View File

@@ -28,7 +28,7 @@
<input type="text" id="new-jobtitle" placeholder="Студент / Доцент" required>
</div>
<div class="form-group">
<label for="new-department">ID кафедры</label>
<label for="new-department">Кафедра</label>
<input type="number" id="new-department" placeholder="ID" required>
</div>
<button type="submit" class="btn-primary">Создать</button>