This commit is contained in:
Ross
2021-12-05 15:02:24 +00:00
parent 0f7ed29589
commit cba0e75b8b
+1 -1
View File
@@ -80,7 +80,7 @@ class CaseTable(tables.Table):
model = Case
template_name = "django_tables2/bootstrap4.html"
fields = ("title", "description", "history", "condition", "created_date", "author")
sequence = ("view", "series", "exams")
sequence = ("view", "series" )
class PopupLinkColumn(tables.Column):