custom_settings: remove TEMPLATE_VARS in conflict with theme (#55032)

This commit is contained in:
Benjamin Dauvergne 2021-06-21 15:52:23 +02:00
parent 447f1c48bc
commit 6db41c2223
1 changed files with 0 additions and 11 deletions

View File

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