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/user_add.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 stashbox/templates/user_add.html (limited to 'stashbox/templates/user_add.html') diff --git a/stashbox/templates/user_add.html b/stashbox/templates/user_add.html new file mode 100644 index 0000000..a916386 --- /dev/null +++ b/stashbox/templates/user_add.html @@ -0,0 +1,25 @@ +$def with (users, form) + +
+ + + + + + + $for user in users: + + + + +
UserPassword
$user.username$user.password
+ +
+ +
+ +
+ $:form.render() +
+ +
-- cgit v1.2.3