Adds local only filter to user admin view

This commit is contained in:
Mouse Reeve
2021-08-16 08:51:23 -07:00
parent 343e5772d2
commit 71404fae06
2 changed files with 4 additions and 0 deletions

View File

@ -3,4 +3,5 @@
{% block filter_fields %}
{% include 'user_admin/server_filter.html' %}
{% include 'user_admin/username_filter.html' %}
{% include 'directory/community_filter.html' %}
{% endblock %}