diff --git a/superset/templates/superset/import_dashboards.html b/superset/templates/superset/import_dashboards.html index 3f7fe4a6c0a2f..226df0207e5e2 100644 --- a/superset/templates/superset/import_dashboards.html +++ b/superset/templates/superset/import_dashboards.html @@ -21,8 +21,6 @@ {% block title %}{{ _("Import dashboards") }}{% endblock %} {% block content %} - {% include "superset/flash_wrapper.html" %} -

{{ _("Import Dashboard(s)") }}

@@ -43,6 +41,7 @@ id="my-file-selector" type="file" name="file" + accept=".json" style="display:none;" onchange="$('#upload-file-info').html(this.files[0].name)"/> {{ _("Choose File") }}