From fdcedd097f4e39173935923123eeb994f02dd469 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 8 Apr 2016 20:49:54 -0700 Subject: [PATCH] Adding edit link to datasource in explore view (#303) --- caravel/templates/caravel/explore.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/caravel/templates/caravel/explore.html b/caravel/templates/caravel/explore.html index c6d5e3f67..6f8a38954 100644 --- a/caravel/templates/caravel/explore.html +++ b/caravel/templates/caravel/explore.html @@ -36,6 +36,9 @@ {% endfor %} + +   + {{ form.get_field("viz_type")(class_="select2") }}