From d90739065282bebb668b11aa9427e2ce8c6b9587 Mon Sep 17 00:00:00 2001 From: ben8 Date: Sun, 29 Jun 2025 17:11:04 +0200 Subject: [PATCH] credits_verbessert --- django/templates/library/detail_quiz.html | 33 ++++++++++++++--------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/django/templates/library/detail_quiz.html b/django/templates/library/detail_quiz.html index d5882da..865a982 100644 --- a/django/templates/library/detail_quiz.html +++ b/django/templates/library/detail_quiz.html @@ -253,29 +253,38 @@ {% endif %} -
- Credits: +

Credits:

{% if quiz.credits %} -

- {{ quiz.credits }} +

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

+ {% else %} +

Keine Credits für das Quizformular vorhanden!

{% endif %} +
+ {% endblock %}