From 0caeba897e75ddaad6c551b9085087a8e1e72449 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 Nov 2017 18:01:38 +0100 Subject: UI: adapt forms --- .../templates/ishtar/wizard/default_wizard.html | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html') diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index 19076b0de..06e8be05a 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -6,17 +6,9 @@ {% block content %} {% block wizard_head %}

{{wizard_label}}

-
{% csrf_token %} - -
+ +{% include "ishtar/blocks/wizard_breadcrumb.html" %} + {% endblock %} {% block wizard_form %}
{% csrf_token %} @@ -31,14 +23,12 @@ {%if wizard.form.non_form_errors%}{%endif%} {% for formsetform in wizard.form.forms %} - {% table_form formsetform %} + {% bs_form formsetform %} {% endfor %}
{{wizard.form.non_form_errors}}
{% else %} -{% if not is_search %}{% endif %} -{% table_form wizard.form %} -{% if not is_search %}
{% endif %} + {% bs_form wizard.form %} {% endif %} {% endblock %} -- cgit v1.2.3