From 386c65d2f7ffe1c9bdb2808698dde20e12d73382 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 5 Dec 2021 14:50:44 +0000 Subject: [PATCH] . --- atlas/tables.py | 2 +- longs/tables.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas/tables.py b/atlas/tables.py index 5725043d..7b1010c1 100755 --- a/atlas/tables.py +++ b/atlas/tables.py @@ -121,7 +121,7 @@ class SeriesTable(tables.Table): class Meta: model = Series template_name = "django_tables2/bootstrap4.html" - fields = ("modality", "examination", "description", "author") + fields = ("modality","description", "examination", "plane", "contrast", "author") sequence = ("view", "popup", "images", "case") def render_popup(self, value, record): diff --git a/longs/tables.py b/longs/tables.py index 48a35ed1..3adfb2e1 100755 --- a/longs/tables.py +++ b/longs/tables.py @@ -109,7 +109,7 @@ class LongSeriesTable(tables.Table): model = LongSeries template_name = "django_tables2/bootstrap4.html" fields = ("modality", "examination", "description", "author") - sequence = ("view", "popup", "images") + sequence = ("view", "popup", "images", "long") def render_popup(self, value, record): print(self)