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:28:33 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-07 20:28:33 +0200
commit89a89e9c1dcc072d2d435d57d4eb1761b94099c7 (patch)
tree3e4cc0d67c86f2c06a8567b832bb05ce4887cf87 /ishtar_common/templates/ishtar/wizard/towns_wizard.html
parentdc601b4465b477f5d4643239c33ba1f30f259039 (diff)
downloadIshtar-89a89e9c1dcc072d2d435d57d4eb1761b94099c7.tar.bz2
Ishtar-89a89e9c1dcc072d2d435d57d4eb1761b94099c7.zip
Switch to font-awesome for icons
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 }}