From 21713498b2f4a207112c3a45194c6c7b7aac303e Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 5 Apr 2025 12:56:25 +0200 Subject: [PATCH] =?UTF-8?q?Bearbeitung=20hizugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django/templates/library/detail_quiz.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/django/templates/library/detail_quiz.html b/django/templates/library/detail_quiz.html index 9120802..9fcd6ae 100644 --- a/django/templates/library/detail_quiz.html +++ b/django/templates/library/detail_quiz.html @@ -130,6 +130,12 @@ {% endif %} +
+ {% if quiz.base_quiz %} +

Bearbeitung: {{ quiz.user_id}}

+ {% endif %} +
+
{% if quiz.base_quiz %}

Kopie von: {{ quiz.base_quiz}}