diff options
Diffstat (limited to '')
-rw-r--r-- | ctrack/caf/views.py | 1 |
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") |