diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-14 18:22:26 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-14 18:22:26 +0200 |
| commit | 44d4e1a733511c027e6381aaf88fd6f445d3659d (patch) | |
| tree | 49679dad3824d35b976ec987ef54f8552d591dd8 /ishtar_common/templates/ishtar/wizard/parcels_wizard.html | |
| parent | e79f877d5110283524c8f4c144c53bc0c83459bb (diff) | |
| parent | 7db4ca0a344c2e2890170f3fd08c961f7da9da44 (diff) | |
| download | Ishtar-44d4e1a733511c027e6381aaf88fd6f445d3659d.tar.bz2 Ishtar-44d4e1a733511c027e6381aaf88fd6f445d3659d.zip | |
Merge branch 'master' into v0.9
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> |
