Made final changes
This commit is contained in:
@@ -10,7 +10,7 @@ Ehrgeizig, ehrgeiziger, ...
|
||||
Miss Make-Up
|
||||
Meiste Punkte in Flensburg
|
||||
Im Bundestag
|
||||
Leber als Bimsstein
|
||||
Bimsstein als Leber
|
||||
Bester Schwiegersohn
|
||||
Beste Schwiegertochter
|
||||
Lebt im Fitnessstudio
|
||||
@@ -47,7 +47,4 @@ Unterrichtet auch, wenn die Schule brennt
|
||||
Ist immer da
|
||||
Lebt in der Schule
|
||||
Musste einen Wald für Arbeitsblätter roden lassen
|
||||
Top gestylt
|
||||
|
||||
|
||||
|
||||
Top gestylt
|
||||
@@ -158,4 +158,6 @@ niklas.klaffki@adolfinum.de
|
||||
alessio.padovano@adolfinum.de
|
||||
jonas.breder@adolfinum.de
|
||||
ben.maas@adolfinum.de
|
||||
mina.ercan@adolfinum.de
|
||||
mina.ercan@adolfinum.de
|
||||
maya.springstein@adolfinum.de
|
||||
can.patir@adolfinum.de
|
||||
@@ -42,10 +42,10 @@
|
||||
<form id="inputForm" action="#" th:action="@{/saveCandidates}" th:object="${form}" method="post">
|
||||
<div id="candidateAdding">
|
||||
<div class="group" th:each="category, itemStat : ${categories}">
|
||||
<div th:if="${itemStat.index > 31}">
|
||||
<div th:if="${itemStat.index > 30}">
|
||||
<h2 class="categoryCategory">Lehrer</h2>
|
||||
</div>
|
||||
<div th:unless="${itemStat.index > 31}">
|
||||
<div th:unless="${itemStat.index > 30}">
|
||||
<h2 class="categoryCategory">Schüler</h2>
|
||||
</div>
|
||||
<h2 class="categoryHeader" th:text="${category.name}"></h2>
|
||||
|
||||
Reference in New Issue
Block a user