aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/caf/views.py')
-rw-r--r--ctrack/caf/views.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctrack/caf/views.py b/ctrack/caf/views.py
index 153d49c..2ed969a 100644
--- a/ctrack/caf/views.py
+++ b/ctrack/caf/views.py
@@ -38,7 +38,8 @@ def caf_detail_view(request, pk):
_scrs.append(lst_scores)
context = {
'object': caf,
- 'assessments_and_scores': _scrs
+ 'assessments_and_scores': _scrs,
+ 'organisation': ApplicableSystem.objects.filter(caf=caf).first().organisation
}
return render(request, 'caf/caf_detail.html', context)