forked from leftypol/leftypol
post search: i18n fix; move from post to get, since this method is more suitable for search
This commit is contained in:
parent
6c05d73f28
commit
faa7cf473f
2 changed files with 7 additions and 7 deletions
|
@ -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 %}…</option>
|
||||
{% for b in boards %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue