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/usersadmin.html | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 stashbox/templates/usersadmin.html (limited to 'stashbox/templates/usersadmin.html') diff --git a/stashbox/templates/usersadmin.html b/stashbox/templates/usersadmin.html deleted file mode 100644 index a916386..0000000 --- a/stashbox/templates/usersadmin.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