aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/templates
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-20 15:57:26 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-20 15:57:26 +0100
commit30d2bf6d91e625d08c38800d1b1819d90dfe7f1e (patch)
treed310a7d569c1449d419329a08f327129c23002c3 /ctrack/organisations/templates
parent98f6ce0fa2ce5692f578a98922f50aa79fd46bdd (diff)
poor implementation of lead and deputy inspectors by submode on home page
Diffstat (limited to 'ctrack/organisations/templates')
-rw-r--r--ctrack/organisations/templates/organisations/organisation_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_list.html b/ctrack/organisations/templates/organisations/organisation_list.html
index 3464308..a45cae8 100644
--- a/ctrack/organisations/templates/organisations/organisation_list.html
+++ b/ctrack/organisations/templates/organisations/organisation_list.html
@@ -45,7 +45,7 @@
<tr>
<td><a href="{% url "organisations:detail" org.slug %}">{{ org.name }}</a></td>
<td>{{ org.submode }}</td>
- <td>{{ org.lead_inspector }}</td>
+ <td>{{ org.lead_inspector.name }}</td>
<td>
{% if org.primary_contacts %}
<ul style="list-style-type:none; float:left; padding: 0">