This commit is contained in:
Ross
2021-02-14 18:05:57 +00:00
parent fc2c64cd76
commit daf1bdf1d7
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class LongTable(tables.Table):
class Meta:
model = Long
template_name = "django_tables2/bootstrap4.html"
fields = ("examination", "created_date", "author")
fields = ("exam", "created_date", "author")
sequence = ("view", "series")
class PopupLinkColumn(tables.Column):