add artist when posting
[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()}