aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/pages/home.html
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-20 16:39:48 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-20 16:39:48 +0100
commit5ee4335eb92f2dc35b31c208bce8d8e8aef9e5f2 (patch)
treea69ef6c431a6ae0fb5224d0a4c843707f01ddbcb /ctrack/templates/pages/home.html
parentf4aa5e17544c27fcddb5d8977a3653a31bfccd4d (diff)
added org list hard-filtered by lead inspector
Diffstat (limited to '')
-rw-r--r--ctrack/templates/pages/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html
index 6436bed..7c414b8 100644
--- a/ctrack/templates/pages/home.html
+++ b/ctrack/templates/pages/home.html
@@ -105,7 +105,7 @@
<h5>Lead Inspectors</h5>
<ul class="list-unstyled">
{% for k, v in submode_inspector_dict.items %}
- <li><strong>{{ k }}</strong> &nbsp; {% for x in v %} <a href="#">{{ x.name }}</a> -{% endfor %}</li>
+ <li><strong>{{ k }}</strong> &nbsp; {% for x in v %} <a href="{% url "organisations:list_by_inspector" x.id %}">{{ x.name }}</a> -{% endfor %}</li>
{% endfor %}
</ul>
</div>