diff options
author | Aaron Williamson <aaron@copiesofcopies.org> | 2013-03-06 09:09:39 -0500 |
---|---|---|
committer | Aaron Williamson <aaron@copiesofcopies.org> | 2013-03-06 09:09:39 -0500 |
commit | 10172772b9a2ee0f983e4fb4f6704df1b4cda1a0 (patch) | |
tree | e4fe5f3439fe77457df8c206f9fa3da620faf8c2 /stashbox/templates/admin_folder.html | |
parent | ead326438fcb3eafc152129952847aeddbcce923 (diff) |
removed unneeded templates
Diffstat (limited to 'stashbox/templates/admin_folder.html')
-rw-r--r-- | stashbox/templates/admin_folder.html | 13 |
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> - |