This commit is contained in:
Ross
2021-02-17 22:18:56 +00:00
parent 326c155c24
commit 2c66e5c757
6 changed files with 39 additions and 13 deletions
+1 -1
View File
@@ -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):