diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-10 21:51:54 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-07-10 21:51:54 +0200 |
| commit | a69028c181e43deb86766019a100c5dcd0814502 (patch) | |
| tree | 35397441d3a8e259aacbe11f52e35ca87bc5a7cb /ishtar_common/templates | |
| parent | 7b397b211a66672a522fc4e1814df853326e7b55 (diff) | |
| download | Ishtar-a69028c181e43deb86766019a100c5dcd0814502.tar.bz2 Ishtar-a69028c181e43deb86766019a100c5dcd0814502.zip | |
Parcels: display a warning when automatically adding parcel to a file from an operation
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/parcels_wizard.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html index b550cf6c4..3a5cba007 100644 --- a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html @@ -10,6 +10,7 @@ {{ wizard.management_form }} {{ wizard.form.management_form }} <div class='top_button'><input type="submit" id="submit_form" value="{% trans "Validate" %}"/></div> +{% if automatic_parcel_association %}<p class='alert'><label>{%trans "Existing parcels from the operation will be automatically added to the archaeological file." %}</label></p>{% endif %} {%if wizard.form.non_form_errors%} <table class='formset'> <tr class='error'><th colspan='2'>{{wizard.form.non_form_errors}}</th></tr> |
