This commit is contained in:
Ross
2021-02-05 10:47:27 +00:00
parent cddc3c09e2
commit b8cb09b5c5
19 changed files with 227 additions and 44 deletions
+3 -1
View File
@@ -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")