.
This commit is contained in:
@@ -47,6 +47,7 @@ class AnatomyQuestionTable(tables.Table):
|
|||||||
"author",
|
"author",
|
||||||
)
|
)
|
||||||
sequence = ("view", "image", "exams")
|
sequence = ("view", "image", "exams")
|
||||||
|
order_by = "-created_date"
|
||||||
|
|
||||||
def __init__(self, data=None, *args, **kwargs):
|
def __init__(self, data=None, *args, **kwargs):
|
||||||
super().__init__(
|
super().__init__(
|
||||||
|
|||||||
@@ -137,6 +137,7 @@ class ExamFormMixin:
|
|||||||
"restrict_to_dates",
|
"restrict_to_dates",
|
||||||
"start_date",
|
"start_date",
|
||||||
"end_date",
|
"end_date",
|
||||||
|
active=False,
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user