bookwyrm/bookwyrm/templates/shelf/search_filters.html
2023-12-05 19:33:59 -08:00

6 lines
149 B
HTML

{% extends 'snippets/filters_panel/filters_panel.html' %}
{% block filter_fields %}
{% include 'shelf/search_filter_field.html' %}
{% endblock %}