Added User Pages, which you can now display galleries on. Also detected
[zzz-floof.git] / floof / templates / art / new.mako
index e2c00fb..3eda527 100644 (file)
@@ -3,7 +3,7 @@
 <h1>Add New Art</h1>
 <p>Now: Upload a file.  Later: Supply a link?  Not exclusive to uploading.</p>
 
-${h.form(h.url_for(controller='art', action='upload'), multipart=True)}
+${h.form(h.url('create_art'), multipart=True)}
 ${h.file('file')}
 ${h.submit(None, 'Upload!')}
 ${h.end_form()}