X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/324ea2adc265de0c02ea56328f5f0a420dbaa999..065bd5b754cc6e6ea5da17e11a939f7a5b34da75:/floof/templates/base.mako diff --git a/floof/templates/base.mako b/floof/templates/base.mako index 654b8b3..60e8adb 100644 --- a/floof/templates/base.mako +++ b/floof/templates/base.mako @@ -11,14 +11,15 @@ Home % if c.user: -| Add Art +| Add Art | Your Searches +| Watchstream ## | Your Page % endif -${h.form(h.url_for('search'), method='GET')} -${h.text('query', c.query)} -${h.submit('button', 'Search')} +${h.form(url('search'), method='GET')} +${h.text('query', c.query)} +${h.submit('button', 'Search')} % if c.user: ${h.submit('button', 'Save')} @@ -32,7 +33,7 @@ ${h.end_form()}