Add post-exam display options to CaseCollection model and update template

This commit is contained in:
Ross
2026-04-13 14:07:54 +01:00
parent 90c8f0b60d
commit 5c50ee75da
4 changed files with 54 additions and 1 deletions
+3
View File
@@ -227,6 +227,9 @@ class CaseCollectionForm(ModelForm):
"show_description_post",
"show_discussion_post",
"show_report_post",
"show_case_link_post",
"show_findings_post",
"show_displaysets_post",
]
if f in self.fields
]