From 10172772b9a2ee0f983e4fb4f6704df1b4cda1a0 Mon Sep 17 00:00:00 2001 From: Aaron Williamson Date: Wed, 6 Mar 2013 09:09:39 -0500 Subject: removed unneeded templates --- stashbox/templates/user_add.html | 25 ------------------------- 1 file changed, 25 deletions(-) delete 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 deleted file mode 100644 index a916386..0000000 --- a/stashbox/templates/user_add.html +++ /dev/null @@ -1,25 +0,0 @@ -$def with (users, form) - -
- - - - - - - $for user in users: - - - - -
UserPassword
$user.username$user.password
- -
- -
- -
- $:form.render() -
- -
-- cgit v1.2.3