projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3eda5270a334f042cd80a842ae309d61808e2a8c
[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('create_art'), multipart=True)}
7
${h.file('file')}
8
${h.submit(None, 'Upload!')}
9
${h.end_form()}