From 698ec51664b875431f23470c4621983f6965f951 Mon Sep 17 00:00:00 2001 From: Aaron Williamson Date: Wed, 6 Mar 2013 08:53:53 -0500 Subject: Minimal viable stache. --- stashbox/templates/admin_users.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 stashbox/templates/admin_users.html (limited to 'stashbox/templates/admin_users.html') diff --git a/stashbox/templates/admin_users.html b/stashbox/templates/admin_users.html new file mode 100644 index 0000000..d51602b --- /dev/null +++ b/stashbox/templates/admin_users.html @@ -0,0 +1,32 @@ +$def with (users, form) + +
+

Users

+ + + + + + + $for user in users: + + + + + +
UserPassword
$user.username$user.password +
+ +
+
+ +
+ +
+

Add a user

+ +
+ $:form.render_css() +
+ +
-- cgit v1.2.3