aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/admin.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-03-04 21:37:05 +0000
committerMatthew Lemon <matt@matthewlemon.com>2020-03-04 21:37:05 +0000
commitb69b8f797c710718df3cb24c5ec83d7d6dd1d0df (patch)
tree9395bfc7d74919c5f84cb125c0f55c294a1fffad /ctrack/caf/admin.py
parent00b2dd58f3e58f0d55acd3d6b36ab9de85855a25 (diff)
some tidying before closing
Diffstat (limited to 'ctrack/caf/admin.py')
-rw-r--r--ctrack/caf/admin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctrack/caf/admin.py b/ctrack/caf/admin.py
index 20e2b2a..f19e8f4 100644
--- a/ctrack/caf/admin.py
+++ b/ctrack/caf/admin.py
@@ -20,8 +20,6 @@ def get_caf_name(obj):
class CAFAdmin(admin.ModelAdmin):
- # TODO - we need the CAF list to show essential services
- # but this is a many-to-many relationship, so we need to summarise it somehow
model = CAF
inlines = [ApplicableSystemAdmin]
list_display = [get_caf_name, "quality_grading", "confidence_grading", "file"]