Added real registration that prompts for a username.
[zzz-floof.git] / floof / templates / base.mako
index 5034bf0..e36f3ea 100644 (file)
 <div id="header">
 <a href="${h.url_for("/")}">Home</a>
 
+${h.form(h.url_for(controller='search'), method='GET')}
+${h.text('query')} ${h.submit(None, 'Search')}
+${h.end_form()}
+
     <div id="user">
         % if c.user:
         <p>Logged in as ${c.user.name}</p>