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