add artist when posting
[zzz-floof.git] / floof / templates / art / new.mako
index 3eda527..97cac9e 100644 (file)
@@ -4,6 +4,7 @@
 <p>Now: Upload a file.  Later: Supply a link?  Not exclusive to uploading.</p>
 
 ${h.form(h.url('create_art'), multipart=True)}
+Artist: ${h.text('artist')}
 ${h.file('file')}
 ${h.submit(None, 'Upload!')}
 ${h.end_form()}