summaryrefslogtreecommitdiffstats
path: root/templates/users.rs.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/users.rs.html')
-rw-r--r--templates/users.rs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/users.rs.html b/templates/users.rs.html
index 9b9be30..ab1ab0f 100644
--- a/templates/users.rs.html
+++ b/templates/users.rs.html
@@ -3,7 +3,7 @@
@(users: Vec<User>)
-@:base_html(false, {
+@:base_html(false, None, {
<ul>
@for user in users {
<li>@user.username</li>