moviewyrm/bookwyrm/templates/book/edition_filters.html

8 lines
222 B
HTML
Raw Normal View History

2021-03-29 17:58:35 +00:00
{% extends 'snippets/filters_panel/filters_panel.html' %}
{% block filter_fields %}
2021-08-17 17:27:14 +00:00
{% include 'book/search_filter.html' %}
2021-03-29 17:58:35 +00:00
{% include 'book/language_filter.html' %}
{% include 'book/format_filter.html' %}
{% endblock %}