Add missing template
This commit is contained in:
parent
bf0349c3cf
commit
f8e101cd8c
1 changed files with 12 additions and 0 deletions
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue