diff options
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 |
commit | 89a89e9c1dcc072d2d435d57d4eb1761b94099c7 (patch) | |
tree | 3e4cc0d67c86f2c06a8567b832bb05ce4887cf87 /ishtar_common/templates/ishtar/merge.html | |
parent | dc601b4465b477f5d4643239c33ba1f30f259039 (diff) | |
download | Ishtar-89a89e9c1dcc072d2d435d57d4eb1761b94099c7.tar.bz2 Ishtar-89a89e9c1dcc072d2d435d57d4eb1761b94099c7.zip |
Switch to font-awesome for icons
Diffstat (limited to 'ishtar_common/templates/ishtar/merge.html')
-rw-r--r-- | ishtar_common/templates/ishtar/merge.html | 2 |
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 %}'>↞</a><a href='{% url current_url previous_page %}'>←</a>{% else %} {% endif %} {% trans "Page " %}{{current_page}}/{{max_page}} {% if next_page %}<a href='{% url current_url next_page %}'>→</a><a href='{% url current_url max_page %}'>↠</a>{% else %} {% endif %} </p> |