X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/6fb3ad2a578aa2e0eced735187a02a79a8907668..eba4c9b980b8a0ff0953e56975c263bf361f4684:/floof/templates/base.mako?ds=sidebyside diff --git a/floof/templates/base.mako b/floof/templates/base.mako index f15b0c6..73f069c 100644 --- a/floof/templates/base.mako +++ b/floof/templates/base.mako @@ -11,12 +11,12 @@ Home % if c.user: -| Add Art +| Add Art | Your Searches ## | Your Page % endif -${h.form(h.url_for(controller='search'), method='GET')} +${h.form(h.url_for('search'), method='GET')} ${h.text('query', c.query)} ${h.submit('button', 'Search')} @@ -32,7 +32,7 @@ ${h.end_form()}