corrected label

This commit is contained in:
2025-01-31 10:12:05 +01:00
parent 44498c5ea1
commit 72b91dd8bc

View File

@ -62,7 +62,7 @@
<div class="col-sm-9"> <div class="col-sm-9">
<span th:if="${#fields.hasErrors('fkAge')}" th:errors="*{fkAge}" class="text-danger"></span> <span th:if="${#fields.hasErrors('fkAge')}" th:errors="*{fkAge}" class="text-danger"></span>
<select th:field="*{fkAge}" class="form-select"> <select th:field="*{fkAge}" class="form-select">
<option th:each="a : ${ages}" th:value="${a.pkAge}" th:label="${a.name} + ', ' + ${a.price} + ' € / Tag'"></option> <option th:each="a : ${ages}" th:value="${a.pkAge}" th:label="${a.name} + ', ' + ${a.price} + ' € / Übernachtung'"></option>
</select> </select>
</div> </div>
<div class="col-sm-3">Welche Tage</div> <div class="col-sm-3">Welche Tage</div>