X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/40a5c182712d31d44aeacddd16a457f5ab707de7..b07336c562d537ea3407d6a1c9fcb280dae7f514:/floof/templates/art/new.mako diff --git a/floof/templates/art/new.mako b/floof/templates/art/new.mako index 4204700..2b18b42 100644 --- a/floof/templates/art/new.mako +++ b/floof/templates/art/new.mako @@ -1,18 +1,11 @@ <%inherit file="/base.mako" />

Add New Art

-

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)} +## Todo: write some macros to make outputting form fields easier. ${normal_field(c.form.file)} - -##Artist: ${h.text('artist')} -##${h.file('file')} ${h.submit(None, 'Upload!')} ${h.end_form()}