From bbefc246606527626d60c8e7b0b51ff328d782db Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 26 Oct 2013 23:50:53 +0200 Subject: Allow the deletion of all parcel with a click (refs #1428) --- ishtar_common/templates/ishtar/wizard/parcels_wizard.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html index 5aea689dd..fdce51cdb 100644 --- a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html @@ -15,8 +15,9 @@ {{wizard.form.non_form_errors}} {%endif%} {{wizard.form.selection_form}} - - {% for field in wizard.form.forms.0 %}{% endfor %} +
{{ field.label_tag }}
+ {% for field in wizard.form.forms.0 %}{{ field.label_tag }}{% endfor %} + {% inline_formset 'Parcels' wizard.form.forms False %}
({% trans "all"%} )

@@ -26,4 +27,7 @@ {% if next_steps %}{% endif %} + {% endblock %} -- cgit v1.2.3