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