aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/views.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-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")