From 0371fc6ade7120842ad745399f5cc246d05c870f Mon Sep 17 00:00:00 2001 From: ben8 Date: Sat, 15 Nov 2025 17:00:17 +0100 Subject: [PATCH] #155 design for credits --- django/templates/library/detail_quiz.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/django/templates/library/detail_quiz.html b/django/templates/library/detail_quiz.html index 47c8f54..f2b7ba1 100644 --- a/django/templates/library/detail_quiz.html +++ b/django/templates/library/detail_quiz.html @@ -372,15 +372,23 @@ {% endif %} --> + +
+ + + +
-

Credits:

+

+ Credits +

{% if quiz.credits %}

{{ quiz.credits }} (Credits für das Quiz)

{% else %} -

Keine Credits für das Quizformular vorhanden!

+

Keine Credits für das Quizformular vorhanden.

{% endif %}
@@ -391,7 +399,7 @@
+ +

-- 2.49.1