diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-12 22:52:04 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-12 22:52:04 +0100 |
commit | e73be6cf40b50173753a65f6596eb582b1e072ea (patch) | |
tree | 626ac450a0cc22c2c12c6dee38c842a4eeaf9308 /pyaggr3g470r/templates/layout.html | |
parent | Resized search form. (diff) | |
download | newspipe-e73be6cf40b50173753a65f6596eb582b1e072ea.tar.gz newspipe-e73be6cf40b50173753a65f6596eb582b1e072ea.tar.bz2 newspipe-e73be6cf40b50173753a65f6596eb582b1e072ea.zip |
Article searching with Whoosh OK.
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 620f1ca5..0ab81b70 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -57,9 +57,9 @@ <li><a href="/about/">About</a></li> <li><a href="{{ url_for('logout') }}">Logout</a></li> <li> - <form class="navbar-form" method=get action="/" role="search"> + <form class="navbar-form" method=get action="/search/" role="search"> <div class="input-group"> - <input type="text" class="form-control" size="8" placeholder="Search"> + <input type="text" class="form-control" name="query" size="8" placeholder="Search"> <span class="input-group-btn"> <button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button> </span> |