Adds unblock view

This commit is contained in:
Mouse Reeve
2021-04-10 11:06:28 -07:00
parent 7b60626661
commit d5fbdacc02
5 changed files with 41 additions and 4 deletions

View File

@ -84,12 +84,11 @@
<p class="help">{% trans "All users from this instance will be deactivated." %}</p>
</form>
{% else %}
{% comment %}
<form class="block" method="post" action="{% url 'settings-federated-server-unblock' server.id %}">
{% csrf_token %}
<button class="button">{% trans "Un-block" %}</button>
<p class="help">{% trans "All users from this instance will be re-activated." %}</p>
</form>
{% endcomment %}
{% endif %}
</section>