From be373cc41b42e571b5c6fba5ed208c3fddf57f00 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 18 Jun 2019 13:18:48 +0200 Subject: UI: put forms into container inside wizards --- ishtar_common/templates/ishtar/wizard/relations_wizard.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates/ishtar/wizard/relations_wizard.html') 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 %}
{% csrf_token %} -
+
{{ wizard.form.media }} {{ wizard.management_form }} {{ wizard.form.management_form }} @@ -20,7 +20,10 @@ ({% trans "all"%} ) {% inline_formset 'Parcels' wizard.form.forms False %} -

+

+ +

{{ previous_fields|safe }} {% block "footer" %} -- cgit v1.2.3