1
0
Fork 0

Adds edit server form

This commit is contained in:
Mouse Reeve 2021-04-07 11:52:13 -07:00
parent 8261fbf86a
commit 74549956c2
5 changed files with 40 additions and 3 deletions

View file

@ -4,8 +4,17 @@
{% block header %}{% trans "Federated Servers" %}{% endblock %}
{% block edit-button %}
{% trans "Add server" as button_text %}
{% include 'snippets/toggle/open_button.html' with controls_text="add-server" icon="plus" text=button_text focus="add-server-header" %}
{% endblock%}
{% block panel %}
<div class="block">
{% include 'settings/add_server_form.html' with controls_text="add-server" %}
</div>
<table class="table is-striped">
<tr>
{% url 'settings-federation' as url %}