diff --git a/django/templates/library/detail_quiz.html b/django/templates/library/detail_quiz.html index cecf631..06ec9e7 100644 --- a/django/templates/library/detail_quiz.html +++ b/django/templates/library/detail_quiz.html @@ -3,29 +3,51 @@ {% block content %}
-
-

{{ quiz.name }}

-
+ +
+

{{ quiz.name }}

+ +
+ +
{% if quiz.user_id == request.user %} - + - + - {% endif %} - - - - -   Quiz kopieren -
+ {% endif %} + +
+ +
{% if quiz.description %} @@ -62,18 +84,18 @@