%inherit file="/base.mako" />
Now: Upload a file. Later: Supply a link? Not exclusive to uploading.
## Todo: write some macros to make outputting form fields easier. ${h.form(h.url('create_art'), multipart=True)} ${normal_field(c.form.by)} ${normal_field(c.form.file)} ##Artist: ${h.text('artist')} ##${h.file('file')} ${h.submit(None, 'Upload!')} ${h.end_form()} <%def name="normal_field(field)">