aboutsummaryrefslogtreecommitdiff
path: root/templates/userlist.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/userlist.tmpl')
-rw-r--r--templates/userlist.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/userlist.tmpl b/templates/userlist.tmpl
index d52e67d..83fa1df 100644
--- a/templates/userlist.tmpl
+++ b/templates/userlist.tmpl
@@ -1,3 +1,4 @@
+{{with .Data}}
<div class="user-list-container">
{{range .}}
<div class="user-list-item">
@@ -15,3 +16,4 @@
</div>
{{end}}
</div>
+{{end}}