diff --git a/core/templates/library/overview_quiz.html b/core/templates/library/overview_quiz.html index 3fdfd00..8fabf6f 100644 --- a/core/templates/library/overview_quiz.html +++ b/core/templates/library/overview_quiz.html @@ -3,16 +3,25 @@ {% block content %}

Übersicht

- Neues Quiz erstellen + Neues Quiz erstellen
-
+ +
{% for quiz in quizzes %} -
-

{{ quiz.name }}

-

{{ quiz.description }}

- Spiel starten - - Löschen +
+

{{ quiz.name }}

+

{{ quiz.description }}

+ +
+
+ Spiel starten + +
+ + 🗑 +
+
+
{% endfor %}