Adds edit server form
This commit is contained in:
parent
8261fbf86a
commit
74549956c2
5 changed files with 40 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue