projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e2c00fba528e6648413b54ed3263c67a75fce5bc
[zzz-floof.git]
/
floof
/
templates
/
art
/
new.mako
1
<%inherit file="/base.mako" />
2
3
<h1>Add New Art</h1>
4
<p>Now: Upload a file. Later: Supply a link? Not exclusive to uploading.</p>
5
6
${h.form(h.url_for(controller='art', action='upload'), multipart=True)}
7
${h.file('file')}
8
${h.submit(None, 'Upload!')}
9
${h.end_form()}