From f41b22f173bb9c9c331fa9eab2a7a8d47d0a57db Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 4 Apr 2013 20:49:29 +0200 Subject: Inline formset to manage parcels --- ishtar_common/templates/ishtar/wizard/towns_wizard.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'ishtar_common/templates/ishtar/wizard/towns_wizard.html') diff --git a/ishtar_common/templates/ishtar/wizard/towns_wizard.html b/ishtar_common/templates/ishtar/wizard/towns_wizard.html index cd40e6049..cc3487df3 100644 --- a/ishtar_common/templates/ishtar/wizard/towns_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/towns_wizard.html @@ -4,15 +4,7 @@ {% block extra_head %} {{wizard.form.media}} {% endblock %} -{% block content %} -

{{wizard_label}}

-
{% csrf_token %} - +{% block wizard_form %}
{% if TOWNS %} {% if wizard.form.forms %} -- cgit v1.2.3