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)