diff options
author | cel 🌸 <cel@blos.sm> | 2023-12-11 06:02:00 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-12-11 06:02:00 +0000 |
commit | 2407c1a4a55d17817b31f7ca5cac9d68b27f536c (patch) | |
tree | fc91c3c3ebde6e5124ff9c1830eac2fcbff68c1f /templates/users.rs.html | |
parent | 85874ab158e1f91fd75aceb70a4c14d36284ec13 (diff) | |
download | pinussy-2407c1a4a55d17817b31f7ca5cac9d68b27f536c.tar.gz pinussy-2407c1a4a55d17817b31f7ca5cac9d68b27f536c.tar.bz2 pinussy-2407c1a4a55d17817b31f7ca5cac9d68b27f536c.zip |
implement signup
Diffstat (limited to '')
-rw-r--r-- | templates/users.rs.html | 2 |
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> |