Add question title field to QuestionForm and improve question review template for better feedback display

This commit is contained in:
Ross
2025-10-27 10:56:51 +00:00
parent 3dc38ef57a
commit 621e95cfd5
2 changed files with 31 additions and 6 deletions
+1
View File
@@ -129,6 +129,7 @@ class QuestionForm(ModelForm):
model = Question
fields = [
"title",
"stem",
"feedback",
"category",