Browse Source

post search: one more i18n string

pull/40/head
czaks 11 years ago
parent
commit
3596e429bf
  1. 2
      templates/search_form.html

2
templates/search_form.html

@ -10,7 +10,7 @@
<option value="{{ b }}"{% if b == board %} selected{% endif %}>/{{ b }}/</option>
{% endfor %}
</select>
<input type="submit" value="Search" />
<input type="submit" value="{% trans %}Search{% endtrans %}" />
</p>
</form>
<p style="font-size:8pt;margin:5px">

Loading…
Cancel
Save