Add and test control plane configuration #21

Merged
rixx merged 14 commits from 12-control-planes into main 2025-03-24 10:29:25 +00:00
Showing only changes of commit f8e101cd8c - Show all commits

View file

@ -0,0 +1,12 @@
{% extends "admin/change_form.html" %}
{% load i18n admin_urls %}
{% block submit_buttons_bottom %}
{{ block.super }}
{% if original %}
<div class="submit-row">
<input type="submit"
value="{% translate 'Save and Test Connection' %}"
name="_save_and_test" />
</div>
{% endif %}
{% endblock %}