Add open access field to AnatomyQuestionForm and update index template layout

This commit is contained in:
Ross
2026-02-10 20:42:42 +00:00
parent bdc97922af
commit cfdf33b9ce
2 changed files with 144 additions and 119 deletions
+1
View File
@@ -154,6 +154,7 @@ class AnatomyQuestionForm(ModelForm):
)
),
"feedback",
"open_access",
"exams",
Div(Submit("submit", "Submit"), css_class="form-group"),
)