aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-31 20:09:27 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-31 21:18:28 +0100
commitfab21cad7fa2e85633e993c87cc11db52eae4f13 (patch)
treefc390a6875060bac31d838e1d09f941cba789cb0 /ctrack/templates
parent41f81ff7952630d68eeadde458b480740030e557 (diff)
working on test for cct_user to view person list
Diffstat (limited to 'ctrack/templates')
-rw-r--r--ctrack/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/templates/base.html b/ctrack/templates/base.html
index dfaaa17..06f3d44 100644
--- a/ctrack/templates/base.html
+++ b/ctrack/templates/base.html
@@ -57,6 +57,7 @@
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a href="#" class="dropdown-item"><a href="{% url "organisations:list" %}">Organisations</a></a>
+ <a href="#" class="dropdown-item"><a href="{% url "organisations:people" %}">People</a></a>
<a href="#" class="dropdown-item">Another Action</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">Something else here</a>