diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/towns_wizard.html')
-rw-r--r-- | ishtar_common/templates/ishtar/wizard/towns_wizard.html | 2 |
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 }} |