Improve jinja2 template formatting in search.html
This commit is contained in:
parent
6a6a210d90
commit
5d2cf0b280
@ -7,7 +7,7 @@
|
||||
{% block content %}
|
||||
<form method="get">
|
||||
<label for="search_bar">{{ localize("search") }}</label>
|
||||
<input type="text" id="search_bar" name="keywords" placeholder="{{ localize("search_placeholder") }}" value="{{value}}">
|
||||
<input type="text" id="search_bar" name="keywords" placeholder="{{ localize('search_placeholder') }}" value="{{ value }}">
|
||||
<label for="include_kanji">{{ localize("include_kanji") }}</label>
|
||||
<input type="checkbox" id="include_kanji" checked>
|
||||
<label for="include_kanji">{{ localize("include_kotoba") }}</label>
|
||||
|
Loading…
Reference in New Issue
Block a user