diff options
Diffstat (limited to 'templates/admin_dashboard.rs.html')
-rw-r--r-- | templates/admin_dashboard.rs.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/admin_dashboard.rs.html b/templates/admin_dashboard.rs.html new file mode 100644 index 0000000..cf7d27c --- /dev/null +++ b/templates/admin_dashboard.rs.html @@ -0,0 +1,10 @@ +@use super::base_html; + +@() + +@:base_html({ +<form action="/admin/logout" method="post"> + <button type="logout">log out</button> +</form> +}) + |