diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 18:55:43 +0100 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 18:55:43 +0100 |
commit | 008a93185d04ffa0fef4302abc77b7330a3fc02b (patch) | |
tree | 089adc0452c2ebff41efa3e70f4ea8ddbec222dc | |
parent | b26dae8c925ef360f4264d029434b200aaf93d90 (diff) | |
download | hyperkitty-008a93185d04ffa0fef4302abc77b7330a3fc02b.tar.gz hyperkitty-008a93185d04ffa0fef4302abc77b7330a3fc02b.tar.xz hyperkitty-008a93185d04ffa0fef4302abc77b7330a3fc02b.zip |
Fix the search box
-rw-r--r-- | templates/base_thread.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/templates/base_thread.html b/templates/base_thread.html index f9e0579..4122283 100644 --- a/templates/base_thread.html +++ b/templates/base_thread.html @@ -25,17 +25,11 @@ <li id="page_date">{{month}}</li> </ul> <div id="top_right"> - <form action="#search" method="get"> - <input type="text" name="search_text" - placeholder="Search this list."/> - </form> + <form action="/2/search/{{list_address}}" method="get"> + {{ search_form }} + </form> </div> </div> - <p id="list_email"> - <a href="mailto:devel@list.fedoraproject.org"> - devel@list.fedoraproject.org - </a> - </p> <div id="thread_nav"> <div id="newewthread" class="inline-block"> |