From 7b0d82539e2d8a451b8ea9ee54baab0f308a4d8a Mon Sep 17 00:00:00 2001 From: Aaron Williamson Date: Wed, 6 Mar 2013 09:37:45 -0500 Subject: Added license notices, rebranded. --- stashbox/templates/index.html | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 stashbox/templates/index.html (limited to 'stashbox/templates/index.html') diff --git a/stashbox/templates/index.html b/stashbox/templates/index.html deleted file mode 100644 index e219959..0000000 --- a/stashbox/templates/index.html +++ /dev/null @@ -1,40 +0,0 @@ -$def with (folders, form) - -
-
-

Existing folders

-
- - - - - - - - - $for folder in folders: - - - - - - -
FolderOwnerUsers
$folder['name']$folder['owner'] - ${", ".join(folder['users'])} - - $ folder_id = folder['id'] -
- -
-
-
- -
-
-

Add a folder

-
- -
- $:form.render_css() -
-
-- cgit v1.2.3