diff options
author | Aaron Williamson <aaron@copiesofcopies.org> | 2013-03-06 08:53:53 -0500 |
---|---|---|
committer | Aaron Williamson <aaron@copiesofcopies.org> | 2013-03-06 08:53:53 -0500 |
commit | 698ec51664b875431f23470c4621983f6965f951 (patch) | |
tree | 89d36e67d339e2acd472d044e66e295a11b63672 /stashbox/templates/admin_folder.html | |
parent | 901c0e782d8adb1e445672ce45eb40e660379b0d (diff) |
Minimal viable stache.
Diffstat (limited to 'stashbox/templates/admin_folder.html')
-rw-r--r-- | stashbox/templates/admin_folder.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stashbox/templates/admin_folder.html b/stashbox/templates/admin_folder.html new file mode 100644 index 0000000..b3e8d42 --- /dev/null +++ b/stashbox/templates/admin_folder.html @@ -0,0 +1,13 @@ +$def with (users, form_update) + +<div class="span4"> + <header> + <h2>Update folder</h2> + </header> + + <form action="" method="post"> + $:form_update.render_css() + </form> + +</div> + |