moviewyrm/bookwyrm/templates/book/editions/search_filter.html

9 lines
281 B
HTML
Raw Normal View History

2021-08-17 17:27:14 +00:00
{% extends 'snippets/filters_panel/filter_field.html' %}
{% load i18n %}
{% block filter %}
<label class="label" for="id_search">{% trans "Search editions" %}</label>
<input type="text" class="input" name="q" value="{{ request.GET.q|default:'' }}" id="id_search">
{% endblock %}