aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/views.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/views.py
parent00b2dd58f3e58f0d55acd3d6b36ab9de85855a25 (diff)
some tidying before closing
Diffstat (limited to 'ctrack/caf/views.py')
-rw-r--r--ctrack/caf/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/caf/views.py b/ctrack/caf/views.py
index c90cb76..e37bbe2 100644
--- a/ctrack/caf/views.py
+++ b/ctrack/caf/views.py
@@ -24,6 +24,7 @@ class ListApplicableSystem(ListView):
# TODO - add primary_nis_contact tick to the context
# Context can be easily found with:
# org.person_set.filter(primary_nis_contact=True) or similar
+ # probably need a custom manager for this - to add in the POC
def get_queryset(self):
ess = ApplicableSystem.objects.all().order_by("organisation__name")