Schrift-auf_Quiz#136

This commit is contained in:
ben8
2025-06-13 17:43:55 +02:00
parent 5ca48f9287
commit 809a4495d5

View File

@@ -90,7 +90,7 @@
{% else %}
<div class="h-full bg-gradient-to-r from-blue-500 to-blue-600"></div>
<div class="h-full bg-gradient-to-r from-blue-500 to-blue-600 flex items-center justify-center font-black text-white text-4xl px-4 overflow-auto break-words hyphens-auto ">{{ quiz.name }}</div>
{% endif %}
{% if user.is_authenticated %}
{% if quiz.id not in favorite_quiz_ids %}
@@ -281,7 +281,7 @@
{% else %}
<div class="h-full bg-gradient-to-r from-blue-500 to-blue-600"></div>
<div class="h-full bg-gradient-to-r from-blue-500 to-blue-600 flex items-center justify-center font-black text-white text-4xl px-4 overflow-auto break-words hyphens-auto ">{{ quiz.name }}</div>
{% endif %}
{% if user.is_authenticated %}
{% if quiz.favorite == False %}
@@ -481,7 +481,7 @@
{% else %}
<div class="h-full bg-gradient-to-r from-blue-500 to-blue-600"></div>
<div class="h-full bg-gradient-to-r from-blue-500 to-blue-600 flex items-center justify-center font-black text-white text-4xl px-4 overflow-auto break-words hyphens-auto ">{{ quiz.name }}</div>
{% endif %}
{% if user.is_authenticated %}
{% if quiz.id not in favorite_quiz_ids %}