diff --git a/django/templates/library/detail_quiz.html b/django/templates/library/detail_quiz.html index 903470f..6c1fe0e 100644 --- a/django/templates/library/detail_quiz.html +++ b/django/templates/library/detail_quiz.html @@ -437,6 +437,92 @@ + {% if user.is_authenticated %} + +
+ +{% for critique in quiz.criticism_quiz.all %} + + ++ von User {{ critique.user }} +
++ {{ critique.creation_date }} +
+ + +{% endfor %} + +