merged. Oh no, we have two different user relationship models. Mine's in relations...
[zzz-floof.git] / floof / templates / base.mako
index 0f3597c..60e8adb 100644 (file)
@@ -17,7 +17,7 @@
 ## | <a href="${h.url_for("/users/"+c.user}">Your Page</a>
 % endif
 
-${h.form(h.url_for('search'), method='GET')}
+${h.form(url('search'), method='GET')}
 ${h.text('query', c.query)}
 ${h.submit('button', 'Search')}