From 4e6de6fe85f82fe1e040fd067431cfda878ea3d4 Mon Sep 17 00:00:00 2001 From: ben8 Date: Mon, 7 Apr 2025 19:36:42 +0200 Subject: [PATCH] Design --- django/templates/library/detail_quiz.html | 22 +++++++++++----------- django/templates/library/form.html | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) 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