projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
97cac9ef847a1e320a53d7b6a0145b81d9f46175
[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
Artist: ${h.text('artist')}
8
${h.file('file')}
9
${h.submit(None, 'Upload!')}
10
${h.end_form()}