From 17dc2e0fe41229687149f44ca7f84be3cfe55a85 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 Mar 2020 16:57:51 +0100 Subject: Autocomplete widget: add "tips" message on autocomplete field --- .../ishtar/wizard/wizard_preventiveplanning.html | 116 --------------------- 1 file changed, 116 deletions(-) delete mode 100644 archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html (limited to 'archaeological_files_pdl') diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html deleted file mode 100644 index 95e8e8841..000000000 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_preventiveplanning.html +++ /dev/null @@ -1,116 +0,0 @@ -{% extends "ishtar/wizard/default_wizard.html" %} -{% load i18n range table_form %} -{% block wizard_form %} -
{% csrf_token %} -
-{{ wizard.form.media }} -{{ wizard.management_form }} - - - -{% if wizard.form.name.errors %} - -{% endif %} - - - - - - - - -
{{wizard.form.name.errors}}
{{wizard.form.name|safe}}
- -

Localisation

- - -{% if wizard.form.main_town.errors %} - -{% endif %} - - - - - - - -{% if wizard.form.department.errors %} - -{% endif %} - - - - - - - -{% if wizard.form.locality.errors %} - -{% endif %} - - - - - - - -{% if wizard.form.address.errors %} - -{% endif %} - - - - - - - -{% if wizard.form.postal_code.errors %} - -{% endif %} - - - - - - - -
{{wizard.form.main_town.errors}}
{{wizard.form.town|safe}}
{{wizard.form.department.errors}}
{{wizard.form.department|safe}}
{{wizard.form.locality.errors}}
{{wizard.form.locality|safe}}
{{wizard.form.address.errors}}
{{wizard.form.address|safe}}
{{wizard.form.postal_code.errors}}
{{wizard.form.postal_code|safe}}
- -

Surfaces

- - -{% if wizard.form.total_surface.errors %} - -{% endif %} - - - - - - - -{% if wizard.form.total_developed_surface.errors %} - -{% endif %} - - - - - - - -
{{wizard.form.total_surface.errors}}
{{wizard.form.total_surface|safe}}
{{wizard.form.total_developed_surface.errors}}
{{wizard.form.total_developed_surface|safe}}
- - -{{ previous_fields|safe }} - {% block "footer" %} - - {% endblock %} -
-
-{% endblock %} -- cgit v1.2.3