diff --git a/django/templates/library/detail_quiz.html b/django/templates/library/detail_quiz.html index 5f7acf7..cecf631 100644 --- a/django/templates/library/detail_quiz.html +++ b/django/templates/library/detail_quiz.html @@ -4,8 +4,8 @@
-

{{ quiz.name }}

-
+

{{ quiz.name }}

+
{% if quiz.user_id == request.user %} @@ -19,11 +19,11 @@ {% endif %} - - - - - Quiz kopieren + + + + +   Quiz kopieren
@@ -35,7 +35,7 @@ {% if detail == True %} -
+
@@ -46,7 +46,7 @@ {% else %} -
+
@@ -174,12 +174,12 @@
{% if quiz.base_quiz %} -

Autor: {{ quiz.base_quiz.user_id}}

+

Autor: {{ quiz.base_quiz.user_id}}

{% endif %}
diff --git a/django/templates/library/form.html b/django/templates/library/form.html index 4d7d13d..a7d8da5 100644 --- a/django/templates/library/form.html +++ b/django/templates/library/form.html @@ -11,7 +11,7 @@ Abbrechen