Skip to content
Snippets Groups Projects
Commit 6417ebd9 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

fixed broken error message href

parent cfa04b70
No related branches found
No related tags found
No related merge requests found
......@@ -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);
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment