From 809a4495d5a35d1c16215372ec23476f5796fe83 Mon Sep 17 00:00:00 2001 From: ben8 Date: Fri, 13 Jun 2025 17:43:55 +0200 Subject: [PATCH] Schrift-auf_Quiz#136 --- django/templates/library/overview_quiz.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/django/templates/library/overview_quiz.html b/django/templates/library/overview_quiz.html index 497ae9e..fdccf30 100644 --- a/django/templates/library/overview_quiz.html +++ b/django/templates/library/overview_quiz.html @@ -90,7 +90,7 @@ {% else %} -
+
{{ quiz.name }}
{% endif %} {% if user.is_authenticated %} {% if quiz.id not in favorite_quiz_ids %} @@ -281,7 +281,7 @@ {% else %} -
+
{{ quiz.name }}
{% endif %} {% if user.is_authenticated %} {% if quiz.favorite == False %} @@ -481,7 +481,7 @@ {% else %} -
+
{{ quiz.name }}
{% endif %} {% if user.is_authenticated %} {% if quiz.id not in favorite_quiz_ids %}