Cleans up add server form

This commit is contained in:
Mouse Reeve
2021-04-07 12:11:01 -07:00
parent 74549956c2
commit d383e8a61e
3 changed files with 41 additions and 4 deletions

View File

@@ -7,9 +7,7 @@
{% block form %}
<form>
{% csrf_token %}
{{ form.as_p }}
<button type="submit" class="button is-primary">{% trans "Save" %}</button>
{% include 'settings/server_form.html' %}
</form>
{% endblock %}