This commit is contained in:
Jottyfan
2023-04-05 19:40:34 +02:00
parent 45e6c4cbd4
commit 1cc622624a
3 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<div class="mainpage">
<h1 class="centered cabin">Anmeldung</h1>
<h3 class="centered cabin" th:text="'zur ' + ${camp.name} + ' ' + ${camp.year}"></h3>
<div class="card centered-card" style="max-width: 48rem">
<div class="card centered-card lindaborders" style="max-width: 48rem">
<div class="card-body">
<form th:action="@{/registration/register}" th:object="${bean}" method="post">
<span class="error" th:each="error : ${#fields.errors('fkCamp')}">[[${error}]]<br /></span>