From cba0e75b8bb399b8e89a407b556d5d4f4fed7803 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 5 Dec 2021 15:02:24 +0000 Subject: [PATCH] . --- atlas/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/tables.py b/atlas/tables.py index ab55acaa..1a03a695 100755 --- a/atlas/tables.py +++ b/atlas/tables.py @@ -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):