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 %}