summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/relations_wizard.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/relations_wizard.html')
-rw-r--r--ishtar_common/templates/ishtar/wizard/relations_wizard.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/relations_wizard.html b/ishtar_common/templates/ishtar/wizard/relations_wizard.html
index 3f12bcd60..c22b58f3d 100644
--- a/ishtar_common/templates/ishtar/wizard/relations_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/relations_wizard.html
@@ -5,7 +5,7 @@
{% endblock %}
{% block wizard_form %}
<form action="." method="post">{% csrf_token %}
-<div class='form'>
+<div class='form container'>
{{ wizard.form.media }}
{{ wizard.management_form }}
{{ wizard.form.management_form }}
@@ -20,7 +20,10 @@
<tr><td>({% trans "all"%} <input type='checkbox' name='check-all' class='check-all'/>)</td></tr>
{% inline_formset 'Parcels' wizard.form.forms False %}
</table>
-<p><button name="formset_modify" value="{{wizard.steps.current}}">{% trans "Add/Modify" %}</button></p>
+<p>
+ <button name="formset_modify" value="{{wizard.steps.current}}" class="btn btn-success wait-button">
+ {% trans "Add/Modify" %}</button>
+</p>
<input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
{{ previous_fields|safe }}
{% block "footer" %}