From 9c7220824b662f9b61d06cec52f3d913e4e81987 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 31 Dec 2014 15:02:37 +0100 Subject: UI changes --- ishtar_common/templates/ishtar/wizard/confirm_wizard.html | 2 ++ ishtar_common/templates/ishtar/wizard/parcels_wizard.html | 3 ++- ishtar_common/templates/ishtar/wizard/towns_wizard.html | 5 +++-- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html index 0dd1f6f12..15bb9e9bd 100644 --- a/ishtar_common/templates/ishtar/wizard/confirm_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/confirm_wizard.html @@ -36,8 +36,10 @@ {% endif %} {% block "extra_informations" %}{% endblock %} +

{%if confirm_end_msg %}{{confirm_end_msg|safe}}{%else%}{% trans "Would you like to save them?" %}{%endif%}

+ {% endblock %} diff --git a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html index b550cf6c4..73e86e53f 100644 --- a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html @@ -9,7 +9,6 @@ {{ wizard.form.media }} {{ wizard.management_form }} {{ wizard.form.management_form }} -
{%if wizard.form.non_form_errors%} @@ -24,8 +23,10 @@

{{ previous_fields|safe }} +
{% if next_steps %}{% endif %}
+ {% endblock %} diff --git a/ishtar_common/templates/ishtar/wizard/towns_wizard.html b/ishtar_common/templates/ishtar/wizard/towns_wizard.html index 8e0b3551f..07717d26a 100644 --- a/ishtar_common/templates/ishtar/wizard/towns_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/towns_wizard.html @@ -9,7 +9,6 @@
{% if TOWNS %} {% if wizard.form.forms %} -
{{wizard.form.non_form_errors}}
{{ wizard.management_form }} {%if wizard.form.non_form_errors%}{%endif%} @@ -29,7 +28,9 @@ {% endif %} {{ previous_fields|safe }} - +
+ +
{% endblock %} -- cgit v1.2.3
{{wizard.form.non_form_errors}}