.
This commit is contained in:
+1
-1
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user