Resolve "Credits auch für Fragen" #261

Merged
ben8 merged 2 commits from 137-credits-auch-fur-fragen into master 2025-06-13 18:36:50 +00:00
Showing only changes of commit 78fbdc9cc6 - Show all commits
+1 -1
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,