.
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ class LongTable(tables.Table):
|
||||
class Meta:
|
||||
model = Long
|
||||
template_name = "django_tables2/bootstrap4.html"
|
||||
fields = ("created_date", "author")
|
||||
fields = ("history", "created_date", "author")
|
||||
sequence = ("view", "series", "exams")
|
||||
|
||||
class PopupLinkColumn(tables.Column):
|
||||
|
||||
Reference in New Issue
Block a user