From 78fbdc9cc63161b4c086742f2f337ad8bdc24d7f Mon Sep 17 00:00:00 2001 From: ben8 Date: Fri, 13 Jun 2025 20:35:51 +0200 Subject: [PATCH] Credits-bei Fragen --- django/library/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/library/views.py b/django/library/views.py index 26757f7..2406dab 100644 --- a/django/library/views.py +++ b/django/library/views.py @@ -454,7 +454,7 @@ def new_question(request): ] } standard_time_per_question = 30 - + template_name = f'library/question/question_{question_type}.html' context = { 'question': question_data,