.
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ class SeriesTable(tables.Table):
|
||||
model = Series
|
||||
template_name = "django_tables2/bootstrap4.html"
|
||||
fields = ("modality", "examination", "description", "author")
|
||||
sequence = ("view", "popup", "images")
|
||||
sequence = ("view", "popup", "images", "case")
|
||||
|
||||
def render_popup(self, value, record):
|
||||
print(self)
|
||||
|
||||
Reference in New Issue
Block a user