Add and edit servers

This commit is contained in:
Mouse Reeve
2021-04-07 13:17:51 -07:00
parent ddab9af564
commit 8556474537
5 changed files with 68 additions and 55 deletions

View File

@@ -11,6 +11,14 @@
<a href="{% url 'settings-federation' %}" class="has-text-weight-normal help">{% trans "Back to server list" %}</a>
{% endblock %}
{% block edit-button %}
<a href="{% url 'settings-edit-federated-server' server.id %}">
<span class="icon icon-pencil" title="{% trans 'Edit server' %}">
<span class="is-sr-only">{% trans "Edit server" %}</span>
</span>
</a>
{% endblock %}
{% block panel %}
<section class="block content">
<h2 class="title is-4">{% trans "Details" %}</h2>