From 9f6c1cc33c4283a823d696ec501abda6810ed989 Mon Sep 17 00:00:00 2001 From: nik8 Date: Fri, 14 Mar 2025 17:31:56 +0100 Subject: [PATCH] #fix_29_Links --- core/templates/library/overview_quiz.html | 25 +++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) 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 %}