diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 15:57:26 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 15:57:26 +0100 |
commit | 30d2bf6d91e625d08c38800d1b1819d90dfe7f1e (patch) | |
tree | d310a7d569c1449d419329a08f327129c23002c3 /ctrack/organisations/templates | |
parent | 98f6ce0fa2ce5692f578a98922f50aa79fd46bdd (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.html | 2 |
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"> |