moviewyrm/bookwyrm/templates/book/edition_filters.html
2021-08-17 10:44:18 -07:00

8 lines
222 B
HTML

{% extends 'snippets/filters_panel/filters_panel.html' %}
{% block filter_fields %}
{% include 'book/search_filter.html' %}
{% include 'book/language_filter.html' %}
{% include 'book/format_filter.html' %}
{% endblock %}