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/stashbox.db | Bin 7168 -> 7168 bytes stashbox/templates/admin_folder.html | 13 ------------- stashbox/templates/folder_edit.html | 4 +--- stashbox/templates/user_add.html | 25 ------------------------- 4 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 stashbox/templates/admin_folder.html delete mode 100644 stashbox/templates/user_add.html diff --git a/stashbox/stashbox.db b/stashbox/stashbox.db index 95b20df..0f5edd7 100644 Binary files a/stashbox/stashbox.db and b/stashbox/stashbox.db differ diff --git a/stashbox/templates/admin_folder.html b/stashbox/templates/admin_folder.html deleted file mode 100644 index b3e8d42..0000000 --- a/stashbox/templates/admin_folder.html +++ /dev/null @@ -1,13 +0,0 @@ -$def with (users, form_update) - -
-
-

Update folder

-
- -
- $:form_update.render_css() -
- -
- diff --git a/stashbox/templates/folder_edit.html b/stashbox/templates/folder_edit.html index 70dbadc..997cb8b 100644 --- a/stashbox/templates/folder_edit.html +++ b/stashbox/templates/folder_edit.html @@ -1,6 +1,4 @@ -$def with (users, form_update, form_new_user) - -
+$def with (users, form_update)
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.1