aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/templates
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-03-06 21:23:42 +0000
committerMatthew Lemon <matt@matthewlemon.com>2020-03-06 21:23:42 +0000
commitadeb0b35bdf0fdaa1f7c718410660d1eef0a9524 (patch)
tree632f689c07d1236fdc8abd2d7f12ddde45c342a9 /ctrack/caf/templates
parent420eb8308847e413d63b0692aba78cee7d1405f4 (diff)
started adding links to org detail pages
Diffstat (limited to 'ctrack/caf/templates')
-rw-r--r--ctrack/caf/templates/caf/applicablesystem_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html
index f8d6195..a2e7c43 100644
--- a/ctrack/caf/templates/caf/applicablesystem_list.html
+++ b/ctrack/caf/templates/caf/applicablesystem_list.html
@@ -24,7 +24,7 @@
</thead>
{% for sys in object_list %}
<tr>
- <td>{{ sys.organisation.name }}</td>
+ <td><a href="{% url "organisations:detail" slug=sys.organisation.slug %}">{{ sys.organisation.name }}</a></td>
<td>{{ sys.name }}</td>
<td>{{ sys.caf }}</td>
<td>{{ sys.organisation.submode.descriptor }}</td>