post search: i18n fix; move from post to get, since this method is more suitable for search

This commit is contained in:
czaks 2013-07-20 20:39:41 -04:00
parent 6c05d73f28
commit faa7cf473f
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
<div class="ban">
<h2>{% trans %}Search{% endtrans %}</h2>
<form style="display:inline" action="" method="post">
<form style="display:inline" action="" method="get">
<p>
<label style="display:inline" for="search">{% trans %}Phrase:{% endtrans %}</label>
<input id="search" name="search" type="text" size="55" value="{{ search }}">
<input id="search" name="search" type="text" size="40" value="{{ search }}">
<select name="board">
<option value="none">{% trans %}Select board{% endtrans %}&hellip;</option>
{% for b in boards %}