Add question title field to QuestionForm and improve question review template for better feedback display
This commit is contained in:
@@ -129,6 +129,7 @@ class QuestionForm(ModelForm):
|
||||
model = Question
|
||||
|
||||
fields = [
|
||||
"title",
|
||||
"stem",
|
||||
"feedback",
|
||||
"category",
|
||||
|
||||
Reference in New Issue
Block a user