adding fonts
authorHarris Baptiste <harris.baptiste@iri.centrepompidou.fr>
Mon, 22 Aug 2016 11:43:00 +0200
changeset 149 0420479fa649
parent 148 5d2cd51c6951
child 150 c35816b65834
adding fonts
src/iconolab/templates/iconolab/change_annotation.html
--- a/src/iconolab/templates/iconolab/change_annotation.html	Mon Aug 22 11:32:24 2016 +0200
+++ b/src/iconolab/templates/iconolab/change_annotation.html	Mon Aug 22 11:43:00 2016 +0200
@@ -104,7 +104,7 @@
                       <label class="control-label" for="id_{{ form.title.name }}">{{ form.title.label }}</label>
                       {% if form.title.errors %}
                         <div class="alert alert-danger" role="alert">
-                          <span class="fa fa-exclamation" aria-hidden="true"></span>
+                          <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
                           <span class="sr-only">Error:</span>
                             {{ form.title.errors | striptags }}
                         </div>
@@ -117,7 +117,7 @@
                       <label class="control-label" for="id_{{ form.description.name }}">{{ form.description.label }}</label>
                       {% if form.description.errors %}
                         <div class="alert alert-danger" role="alert">
-                          <span class="fa fa-exclamation" aria-hidden="true"></span>
+                          <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
                           <span class="sr-only">Error:</span>
                             {{ form.description.errors | striptags }}
                         </div>
@@ -135,7 +135,7 @@
                       <label class="control-label" for="id_{{ form.comment.name }}">{{ form.comment.label }}</label>
                       {% if form.comment.errors %}
                         <div class="alert alert-danger" role="alert">
-                          <span class="fa fa-exclamation" aria-hidden="true"></span>
+                          <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
                           <span class="sr-only">Error:</span>
                             {{ form.comment.errors | striptags }}
                         </div>