From 7b0d82539e2d8a451b8ea9ee54baab0f308a4d8a Mon Sep 17 00:00:00 2001 From: Aaron Williamson Date: Wed, 6 Mar 2013 09:37:45 -0500 Subject: Added license notices, rebranded. --- mustash/templates/admin_users.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 mustash/templates/admin_users.html (limited to 'mustash/templates/admin_users.html') diff --git a/mustash/templates/admin_users.html b/mustash/templates/admin_users.html new file mode 100644 index 0000000..d51602b --- /dev/null +++ b/mustash/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