This commit is contained in:
Ross
2021-12-05 14:50:44 +00:00
parent 5929146d5d
commit 386c65d2f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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):
+1 -1
View File
@@ -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)