Improve jinja2 template formatting in search.html

This commit is contained in:
Kiril Kovachev 2024-10-19 17:23:11 +01:00
parent 6a6a210d90
commit 5d2cf0b280

View File

@ -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>