summaryrefslogtreecommitdiffstats
path: root/templates/users.rs.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/users.rs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/users.rs.html b/templates/users.rs.html
index ab1ab0f..c5b98f9 100644
--- a/templates/users.rs.html
+++ b/templates/users.rs.html
@@ -3,10 +3,10 @@
@(users: Vec<User>)
-@:base_html(false, None, {
+@:base_html(None, None, {
<ul>
@for user in users {
<li>@user.username</li>
}
</ul>
-}) \ No newline at end of file
+})