diff --git a/panoramix/static/panoramix.js b/panoramix/static/panoramix.js
index a7a59271c..7d97d273e 100644
--- a/panoramix/static/panoramix.js
+++ b/panoramix/static/panoramix.js
@@ -64,7 +64,7 @@ function initializeDatasourceView() {
}
})
add_filter();
- $("#druidify").click(druidify);
+ $(".druidify").click(druidify);
function create_choices(term, data) {
var filtered = $(data).filter(function() {
diff --git a/panoramix/templates/panoramix/datasource.html b/panoramix/templates/panoramix/datasource.html
index cedb23dea..2838585d6 100644
--- a/panoramix/templates/panoramix/datasource.html
+++ b/panoramix/templates/panoramix/datasource.html
@@ -8,11 +8,16 @@
{{ datasource.name }}
{% if datasource.description %}
-
+
{% endif %}
-
-
-
+
@@ -68,7 +73,7 @@
-