.
This commit is contained in:
+3
-1
@@ -44,5 +44,7 @@ class RapidTable(tables.Table):
|
||||
model = Rapid
|
||||
template_name = "django_tables2/bootstrap4.html"
|
||||
fields = ("normal", "abnormality", "region", "examination",
|
||||
"laterality", "site", "created_date", "author")
|
||||
"laterality",
|
||||
#"site",
|
||||
"created_date", "author")
|
||||
sequence = ("view", "images")
|
||||
Reference in New Issue
Block a user