bookwyrm/bookwyrm/templates/user_admin/user_admin_filters.html
2021-04-19 15:12:36 -07:00

7 lines
194 B
HTML

{% extends 'snippets/filters_panel/filters_panel.html' %}
{% block filter_fields %}
{% include 'user_admin/server_filter.html' %}
{% include 'user_admin/username_filter.html' %}
{% endblock %}