From efc395dfbec772d09703b4cfbeead17c3f38a2cb Mon Sep 17 00:00:00 2001 From: Aaron Williamson Date: Fri, 1 Jul 2011 14:47:02 -0400 Subject: Added interface code --- stashbox/templates/useradd.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 stashbox/templates/useradd.html (limited to 'stashbox/templates/useradd.html') diff --git a/stashbox/templates/useradd.html b/stashbox/templates/useradd.html new file mode 100644 index 0000000..a916386 --- /dev/null +++ b/stashbox/templates/useradd.html @@ -0,0 +1,25 @@ +$def with (users, form) + +
+ + + + + + + $for user in users: + + + + +
UserPassword
$user.username$user.password
+ +
+ +
+ +
+ $:form.render() +
+ +
-- cgit v1.2.3