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

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


The following commit(s) were added to refs/heads/master by this push:
     new ec476fc  Default page: remove title attribute to fall back on 
appbuilder.app_name (#8427)
ec476fc is described below

commit ec476fc67e7aefcb99e8a1074597a6faa406e11f
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 e159641..d438f07 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -2962,7 +2962,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