diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-07 20:36:40 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-07 20:36:40 +0200 |
| commit | 852d1596072012c3d196e4a240c2b82fb5fef31e (patch) | |
| tree | a7362048d8a53b683fc19c1208374d363f4d85b2 /ishtar_common/templates/ishtar/wizard/parcels_wizard.html | |
| parent | 3e3a3c7147310980874307a96db500af677a4377 (diff) | |
| parent | 89a89e9c1dcc072d2d435d57d4eb1761b94099c7 (diff) | |
| download | Ishtar-852d1596072012c3d196e4a240c2b82fb5fef31e.tar.bz2 Ishtar-852d1596072012c3d196e4a240c2b82fb5fef31e.zip | |
Merge branch 'master' into master-WIP-treatments
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/parcels_wizard.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/parcels_wizard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html index 5afa69360..e417b5e4d 100644 --- a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html @@ -9,7 +9,7 @@ {{ wizard.form.media }} {{ wizard.management_form }} {{ wizard.form.management_form }} -{% 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 automatic_parcel_association %}<p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> <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> |
