costs for nights, not days

This commit is contained in:
2025-01-31 10:05:40 +01:00
parent faa8140b0c
commit 44498c5ea1

View File

@ -33,7 +33,7 @@
<div class="col-sm-9">
<span th:if="${#fields.hasErrors('fkAge')}" th:errors="*{fkAge}" class="text-danger"></span>
<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>
</div>
<div class="col-sm-3">Welche Tage</div>