Поправил ответ для пользователей, чтобы приходило название кафедры, а не ID
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user