More readable long error msg

This commit is contained in:
Maxime Beauchemin 2015-08-24 17:58:41 -07:00
parent 39a9b3b1e9
commit acd14afd4e
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ form input.form-control {
<hr/>
{% block viz %}
{% if error_msg %}
<span class="alert alert-danger">{{ error_msg }}</span>
<div class="alert alert-danger">{{ error_msg }}</div>
{% endif %}
{% endblock %}