From 6db41c22236eda3ee091409a3a21998f3f1ac65c Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 21 Jun 2021 15:52:23 +0200 Subject: [PATCH] custom_settings: remove TEMPLATE_VARS in conflict with theme (#55032) --- src/authentic2_cut/custom_settings.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/authentic2_cut/custom_settings.py b/src/authentic2_cut/custom_settings.py index 5f31b2f..32946dc 100644 --- a/src/authentic2_cut/custom_settings.py +++ b/src/authentic2_cut/custom_settings.py @@ -104,20 +104,9 @@ A2_FC_USER_INFO_MAPPINGS = { A2_FC_SCOPES = ['openid', 'identite_pivot', 'email', 'address', 'phone'] TEMPLATE_VARS = { - "email_signature": u"Le GrandLyon", - "no_extra_js": True, - "global_title": u"GRANDLYON CONNECT", - "css_variant": u"grandlyon-cut", - "theme_color": u"#FF0303", - "theme": u"grandlyon-cut", - "default_from_email": u"ne-pas-repondre@grandlyon.com", "help_url": 'https://support.grandlyon.com/glc/', - 'theme_base': 'theme.html', - 'theme_base_filename': 'theme.html', "account_label": "compte GRANDLYON CONNECT", "partners_url": "https://www.grandlyon.com/projets/metropole-intelligente.html", - "manager_homepage_title": "GRANDLYON CONNECT", - "manager_homepage_url": "/manage/", "support_url": "https://support.grandlyon.com/glc/#generalites" } if PLATFORM == 'dev':