This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch 0.35
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 240a1c490ac686cfe6504094689c68157cac2a3c
Author: Juliette Tisseyre <[email protected]>
AuthorDate: Wed Nov 6 22:10:39 2019 +0100

    Default page: remove title attribute to fall back on appbuilder.app_name 
(#8427)
---
 superset/views/core.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/views/core.py b/superset/views/core.py
index 7483e55..afe5609 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -2911,7 +2911,6 @@ class Superset(BaseSupersetView):
         return self.render_template(
             "superset/basic.html",
             entry="welcome",
-            title="Superset",
             bootstrap_data=json.dumps(payload, 
default=utils.json_iso_dttm_ser),
         )
 

Reply via email to