Credits-bei Fragen

This commit is contained in:
ben8
2025-06-13 20:35:51 +02:00
parent 4e399a5423
commit 78fbdc9cc6

View File

@@ -454,7 +454,7 @@ def new_question(request):
] ]
} }
standard_time_per_question = 30 standard_time_per_question = 30
template_name = f'library/question/question_{question_type}.html' template_name = f'library/question/question_{question_type}.html'
context = { context = {
'question': question_data, 'question': question_data,