merged with mine
[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()}