Ajout d'une page d'édition des quizz

This commit is contained in:
2025-06-10 23:53:48 +02:00
parent 8ae7457016
commit c62f070e39
14 changed files with 684 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<div th:replace="~{header}"/>
<main>
<ul>
<li>Premier item ?</li>
<li th:if="${#lists.isEmpty(quizz)}">Aucun quizz de disponible malheureusement :(</li>
<li th:each="q : ${quizz}"><a th:href="@{/questions/form/{id}(id=${q.id})}">Quizz <span th:text="${q.name}"/></a></li>
</ul>
</main>