aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/views.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-20 09:37:24 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-20 09:37:45 +0100
commit025f217a973fc91a273afc3b5b5e6a62c5fa7328 (patch)
tree4bcbdd9619a55532650e5e208c2f40cb36d269bc /ctrack/organisations/views.py
parent990807fa2fcdea85c20e42359a00fbe0fa3a21d0 (diff)
added Note form - tests passing
Diffstat (limited to 'ctrack/organisations/views.py')
-rw-r--r--ctrack/organisations/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/organisations/views.py b/ctrack/organisations/views.py
index b688fea..fa811eb 100644
--- a/ctrack/organisations/views.py
+++ b/ctrack/organisations/views.py
@@ -13,10 +13,10 @@ from ctrack.caf.models import CAF, EssentialService
from ctrack.register.models import EngagementEvent
from .forms import AddressInlineFormSet, IncidentReportForm, OrganisationCreateForm
from .models import IncidentReport, Organisation, Person
-# TODO - needs a permission on this view
from .utils import filter_private_events
+# TODO - needs a permission on this view
def essential_service_detail(request, pk):
es = EssentialService.objects.get(pk=pk)
org = es.organisation