summaryrefslogtreecommitdiff
path: root/stashbox/templates/admin_folder.html
diff options
context:
space:
mode:
Diffstat (limited to 'stashbox/templates/admin_folder.html')
-rw-r--r--stashbox/templates/admin_folder.html13
1 files changed, 0 insertions, 13 deletions
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)
-
-<div class="span4">
- <header>
- <h2>Update folder</h2>
- </header>
-
- <form action="" method="post">
- $:form_update.render_css()
- </form>
-
-</div>
-