1
0
Fork 0

Merge pull request #953 from bookwyrm-social/admin-filters

Filter reports and users by server name and username
This commit is contained in:
Mouse Reeve 2021-04-17 11:26:12 -07:00 committed by GitHub
commit 45cf1cd7a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 44 additions and 9 deletions

View file

@ -8,6 +8,7 @@
{% trans "Reports" %}
{% endif %}
{% endblock %}
{% block header %}
{% if server %}
{% blocktrans with server_name=server.server_name %}Reports: <small>{{ server_name }}</small>{% endblocktrans %}
@ -29,6 +30,8 @@
</ul>
</div>
{% include 'settings/user_admin_filters.html' %}
<div class="block">
{% if not reports %}
<em>{% trans "No reports found." %}</em>