moviewyrm/bookwyrm/templates/book/edition_filters.html

7 lines
182 B
HTML
Raw Normal View History

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