src/main/resources/templates/fragments/camplist.html aktualisiert
added registration start time info
This commit is contained in:
		| @@ -47,7 +47,7 @@ | ||||
| 							</div> | ||||
| 							<div class="row g-5" th:unless="${c.bookingHasStarted}"> | ||||
| 								<div class="col-12 alert alert-info" role="alert"> | ||||
| 								  Die Anmeldung wird erst am <span th:text="${#temporals.format(c.startBooking, 'dd.MM.yyyy')}"></span> freigeschaltet. | ||||
| 								  Die Anmeldung wird erst am <span th:text="${#temporals.format(c.startBooking, 'dd.MM.yyyy, um HH:mm')}"></span> Uhr, freigeschaltet. | ||||
| 								</div> | ||||
| 							</div> | ||||
| 						</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user