More readable long error msg
This commit is contained in:
parent
39a9b3b1e9
commit
acd14afd4e
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue