bookwyrm/bookwyrm/templates/book/edition_filters.html
2021-03-29 10:58:46 -07:00

7 lines
182 B
HTML

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