projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added some explicit routes I missed. e.g.: all the art ones.
[zzz-floof.git]
/
floof
/
templates
/
art
/
new.mako
diff --git
a/floof/templates/art/new.mako
b/floof/templates/art/new.mako
index
4988917
..
e2c00fb
100644
(file)
--- a/
floof/templates/art/new.mako
+++ b/
floof/templates/art/new.mako
@@
-5,5
+5,5
@@
${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
+${h.submit(None, 'Upload!')}
+${h.end_form()}