summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/merge.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/ishtar/merge.html')
-rw-r--r--ishtar_common/templates/ishtar/merge.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/merge.html b/ishtar_common/templates/ishtar/merge.html
index edd27a722..0e15da62a 100644
--- a/ishtar_common/templates/ishtar/merge.html
+++ b/ishtar_common/templates/ishtar/merge.html
@@ -4,7 +4,7 @@
{% block content %}
<h2>{% trans "Merge" %}</h2>
<div class='form'>
-<p class='alert'><label>{%trans "Every operation on this form is irreversible"%}</label></p>
+<p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> <label>{%trans "Every operation on this form is irreversible"%}</label></p>
<p>{% if previous_page %}<a href='{% url current_url 1 %}'>&Larr;</a><a href='{% url current_url previous_page %}'>&larr;</a>{% else %}&nbsp;{% endif %}
{% trans "Page " %}{{current_page}}/{{max_page}}
{% if next_page %}<a href='{% url current_url next_page %}'>&rarr;</a><a href='{% url current_url max_page %}'>&Rarr;</a>{% else %}&nbsp;{% endif %} </p>