Changeset d4d8fb9 for src/main/resources/templates
- Timestamp:
- 02/03/24 18:08:44 (9 months ago)
- Branches:
- master
- Children:
- cab1b7d
- Parents:
- aea04dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/recept.html
raea04dd rd4d8fb9 83 83 <select id="telefon" name="telefon" required> 84 84 <option selected></option> 85 <option th:each="tel : ${telefoni}" th:text="tel" th:value="tel"></option> 85 <option th:each="posetitel : ${posetiteli}" 86 th:text="${posetitel.telefon}" 87 th:value="${posetitel.telefon}"></option> 86 88 </select> 87 89 </div>
Note:
See TracChangeset
for help on using the changeset viewer.