Add show_differentials_post field and update templates for case differentials display
This commit is contained in:
@@ -1303,6 +1303,9 @@ class CaseCollection(ExamOrCollectionGenericBase):
|
||||
show_displaysets_post = models.BooleanField(
|
||||
default=False, help_text="Show display sets for the case (post exam)"
|
||||
)
|
||||
show_differentials_post = models.BooleanField(
|
||||
default=False, help_text="Show differentials for the case (post exam)"
|
||||
)
|
||||
|
||||
|
||||
author = models.ManyToManyField(
|
||||
|
||||
Reference in New Issue
Block a user