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,