summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/towns_wizard.html
diff options
context:
space:
mode:
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
commit852d1596072012c3d196e4a240c2b82fb5fef31e (patch)
treea7362048d8a53b683fc19c1208374d363f4d85b2 /ishtar_common/templates/ishtar/wizard/towns_wizard.html
parent3e3a3c7147310980874307a96db500af677a4377 (diff)
parent89a89e9c1dcc072d2d435d57d4eb1761b94099c7 (diff)
downloadIshtar-852d1596072012c3d196e4a240c2b82fb5fef31e.tar.bz2
Ishtar-852d1596072012c3d196e4a240c2b82fb5fef31e.zip
Merge branch 'master' into master-WIP-treatments
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/towns_wizard.html')
-rw-r--r--ishtar_common/templates/ishtar/wizard/towns_wizard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/towns_wizard.html b/ishtar_common/templates/ishtar/wizard/towns_wizard.html
index 4f9ff6c5f..889108f32 100644
--- a/ishtar_common/templates/ishtar/wizard/towns_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/towns_wizard.html
@@ -24,7 +24,7 @@
</table>
{% endif %}
{% else %}
-<p class='alert'>{% trans "No town set in the associated file." %}</p>
+<p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> {% trans "No town set in the associated file." %}</p>
{% endif %}
<input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
{{ previous_fields|safe }}