moviewyrm/bookwyrm/templates/directory/filters.html

8 lines
239 B
HTML
Raw Normal View History

2021-03-29 17:39:13 +00:00
{% extends 'snippets/filters_panel/filters_panel.html' %}
{% block filter_fields %}
{% include 'directory/user_type_filter.html' %}
{% include 'directory/community_filter.html' %}
{% include 'directory/sort_filter.html' %}
{% endblock %}