This commit is contained in:
Ross
2021-11-30 21:05:52 +00:00
parent 69f6ce4329
commit 45fe78a16b
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ class AtlasTable(tables.Table):
class Meta:
model = Case
template_name = "django_tables2/bootstrap4.html"
fields = ("description", "history", "created_date", "author")
fields = ("title", "description", "history", "created_date", "author")
sequence = ("view", "series", "exams")