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):