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':