X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/5837da26db915faca89925c39fa83202bfb84e32..490b45cdc311a09db0266a3f974289e3979bf2ea:/floof/templates/art/new.mako diff --git a/floof/templates/art/new.mako b/floof/templates/art/new.mako index 4988917..0adc916 100644 --- a/floof/templates/art/new.mako +++ b/floof/templates/art/new.mako @@ -1,9 +1,42 @@ <%inherit file="/base.mako" />
Now: Upload a file. Later: Supply a link? Not exclusive to uploading.
+${h.form(h.url('create_art'), multipart=True)} -${h.form(h.url_for(controller='art', action='upload'), multipart=True)} -${h.file('file')} -${h.submit('submit', 'Upload!')} -${h.end_form()} \ No newline at end of file +##<<<<<<< HEAD +##