aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ctrack/templates/pages/home.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html
index 9ef16ac..1a3348f 100644
--- a/ctrack/templates/pages/home.html
+++ b/ctrack/templates/pages/home.html
@@ -91,9 +91,10 @@
Inspectors
</h3>
<ul class="list-group">
- {% for user in caf_users %}
- <li class="list-group-item list-group-item-dark">{{ user.name }}</li>
- {% endfor %}
+ {% for submode in submodes %}
+ {{ submode }}
+ {% endfor %}
+
</ul>
</div>
</div>