X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/c472ed30b5d4600a8ead8846ddbcbf3bb1b027d6..d2cfab09f98980d5c1d433a9e75eb65e0b13b0aa:/floof/templates/art/new.mako diff --git a/floof/templates/art/new.mako b/floof/templates/art/new.mako index 684c004..0adc916 100644 --- a/floof/templates/art/new.mako +++ b/floof/templates/art/new.mako @@ -1,22 +1,20 @@ <%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)} - ${checkbox_field(c.form.by_me)} -
- -
${normal_field(c.form.file)}
- +##<<<<<<< HEAD +##
+## ${normal_field(c.form.by)} +## ${checkbox_field(c.form.by_me)} +##
+## +##
${normal_field(c.form.file)}
+##======= +## Todo: write some macros to make outputting form fields easier. +${normal_field(c.form.file)} +##>>>>>>> origin/master -##Artist: ${h.text('artist')} -##${h.file('file')} ${h.submit(None, 'Upload!')} ${h.end_form()}