X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/5837da26db915faca89925c39fa83202bfb84e32..2037ab1d9057d34ccf0457e8fb5c7c34b2d89083:/floof/templates/art/new.mako?ds=inline diff --git a/floof/templates/art/new.mako b/floof/templates/art/new.mako index 4988917..3eda527 100644 --- a/floof/templates/art/new.mako +++ b/floof/templates/art/new.mako @@ -3,7 +3,7 @@

Add New Art

Now: Upload a file. Later: Supply a link? Not exclusive to uploading.

-${h.form(h.url_for(controller='art', action='upload'), multipart=True)} +${h.form(h.url('create_art'), multipart=True)} ${h.file('file')} -${h.submit('submit', 'Upload!')} -${h.end_form()} \ No newline at end of file +${h.submit(None, 'Upload!')} +${h.end_form()}