This commit is contained in:
Ross
2022-04-01 23:13:55 +01:00
parent da34bdbbb8
commit d02e262210
3 changed files with 9 additions and 1 deletions
+3
View File
@@ -585,6 +585,9 @@ class CaseCollection(models.Model):
show_title = models.BooleanField(
default=False, help_text="Show the title of the cases"
)
show_history = models.BooleanField(
default=False, help_text="Show the history of the cases"
)
show_description = models.BooleanField(
default=False, help_text="Show the description of the cases"
)