diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html
index 2772352c2b92df53886fc74c7358481385324d19..a588d498c26c829d33701cd192bd443c1d15d558 100644
--- a/app/templates/auth/SignUp.html
+++ b/app/templates/auth/SignUp.html
@@ -28,7 +28,7 @@
         socket.on( 'account error', function( msg ) {
           console.log(msg);
           $('#myModal2').modal('hide'); 
-          renderDom("Account Create Error", "{{ error_msg }}", msg);
+          renderDom("Account Create Error", "{{ error_msg |safe}}", msg);
         });
 
     });