Add open_access field to Question model and update question detail template

This commit is contained in:
Ross
2025-10-20 20:56:37 +01:00
parent ac9faeccbd
commit bdb7aff5d1
7 changed files with 71 additions and 41 deletions
+1
View File
@@ -148,6 +148,7 @@ class QuestionForm(ModelForm):
"condition",
"presentation",
"subspecialty",
"open_access",
]
widgets = {