diff --git a/scipost/templates/scipost/messages.html b/scipost/templates/scipost/messages.html
index 53699fac2a6b73508d8df505760b9924b1a25b87..45cf6bfcae0318ed28ecd213ccc1fae6957544c1 100644
--- a/scipost/templates/scipost/messages.html
+++ b/scipost/templates/scipost/messages.html
@@ -4,7 +4,7 @@
         <button type="button" class="close" data-dismiss="alert" aria-label="Close">
           <span aria-hidden="true">&times;</span>
         </button>
-        {{ message }}
+        {{ message|safe|escape }}
       </div>
     {% endfor %}
 </div>