esoe 7 months ago
parent
commit
2206c1863c
  1. 2
      client-service-teachers/src/main/resources/templates/program-edit.html

2
client-service-teachers/src/main/resources/templates/program-edit.html

@ -40,7 +40,7 @@ xmlns:th="http://www.thymeleaf.org"> @@ -40,7 +40,7 @@ xmlns:th="http://www.thymeleaf.org">
<!-- - выбора критерия из доступных -->
<!-- - выбора критерия по умлчанию (DEFAULT), когда критерий не предусмотрен -->
<!-- - создания нового критерия -->
<select th:field="${newProgram.cretarea.id}">
<select th:field="${program.cretarea.id}">
<option value="0">выберите критерий</option>
<option th:each="option : ${pcl}" th:value="${option.id}" th:text="${option.name_short}"></option>
</select>

Loading…
Cancel
Save