Reload instance data
This commit is contained in:
parent
c91b08303b
commit
81cfcff939
5 changed files with 37 additions and 8 deletions
|
@ -11,6 +11,13 @@
|
|||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block edit-button %}
|
||||
<form name="reload" method="POST" action="{% url 'settings-federated-server-refresh' server.id %}">
|
||||
{% csrf_token %}
|
||||
<button class="button" type="submit">{% trans "Refresh data" %}</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
<nav class="breadcrumb subtitle" aria-label="breadcrumbs">
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue