1
0
Fork 0

Allow admins to upload domain blocklists

Fixes #804
This commit is contained in:
Mouse Reeve 2021-04-12 14:23:51 -07:00
parent 1bc8526710
commit 901e7f69d4
8 changed files with 128 additions and 6 deletions

View file

@ -5,7 +5,7 @@
{% block header %}{% trans "Federated Servers" %}{% endblock %}
{% block edit-button %}
<a href="{% url 'settings-add-federated-server' %}">
<a href="{% url 'settings-import-blocklist' %}">
<span class="icon icon-plus" title="{% trans 'Add server' %}">
<span class="is-sr-only">{% trans "Add server" %}</span>
</span>