aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/templates
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-04-06 16:00:45 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-04-06 16:00:45 +0100
commit9aa9150d3d02c67929d0ba64a4e2f54c64a69892 (patch)
tree9d907301335e86f2be243d1eab104f628cd5f3f1 /ctrack/caf/templates
parent9b41e7bb507e68b847b506999a73fc906844bb06 (diff)
added organisation link to caf detail page
Diffstat (limited to '')
-rw-r--r--ctrack/caf/templates/caf/caf_detail.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctrack/caf/templates/caf/caf_detail.html b/ctrack/caf/templates/caf/caf_detail.html
index 0b9dee4..f485a33 100644
--- a/ctrack/caf/templates/caf/caf_detail.html
+++ b/ctrack/caf/templates/caf/caf_detail.html
@@ -24,6 +24,10 @@
<div class="table-responsive">
<table class="table">
<tr>
+ <td><strong>Organisation</strong></td>
+ <td><a href="{% url 'organisations:detail' object.pk %}">{{ organisation }}</a></td>
+ </tr>
+ <tr>
<td><strong>Quality Grading:</strong></td>
<td>{{ object.quality_grading }}</td>
</tr>