This commit is contained in:
Ross
2024-10-14 10:38:39 +01:00
parent b0deb17951
commit 61293f90a6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ class AnatomyQuestionTable(tables.Table):
"author",
)
sequence = ("view", "image", "exams")
order_by = "-created_date"
def __init__(self, data=None, *args, **kwargs):
super().__init__(
+1
View File
@@ -137,6 +137,7 @@ class ExamFormMixin:
"restrict_to_dates",
"start_date",
"end_date",
active=False,
)
),
),