From acd14afd4efe24afc046b06b88ccbdfa3a63598f Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 24 Aug 2015 17:58:41 -0700 Subject: [PATCH] More readable long error msg --- app/templates/panoramix/datasource.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/panoramix/datasource.html b/app/templates/panoramix/datasource.html index b2f315035..410253171 100644 --- a/app/templates/panoramix/datasource.html +++ b/app/templates/panoramix/datasource.html @@ -102,7 +102,7 @@ form input.form-control {
{% block viz %} {% if error_msg %} - {{ error_msg }} +
{{ error_msg }}
{% endif %} {% endblock %}