custom_settings: fix help_url for dev and test platforms (#32667)

This commit is contained in:
Benjamin Dauvergne 2019-04-29 11:51:24 +02:00
parent c3d90dc6b4
commit 73b8993752
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@ if PLATFORM == 'dev':
TEMPLATE_VARS.update({
"environment_label": u"Site de développement",
"moncompte_url": 'https://connexion-grandlyon.dev.entrouvert.org',
"help_url": "https://portail-citoyen-sau.guichet-recette.grandlyon.com/glc/",
})
elif PLATFORM == 'test':
TEMPLATE_VARS.update({
@ -127,6 +128,7 @@ elif PLATFORM == 'test':
"smarttag_js": "https://tag.aticdn.net/586793/smarttag.js",
"visits_tracking_js": "var tag = new ATInternet.Tracker.Tag();",
"moncompte_url": 'https://moncompte-rec.grandlyon.com',
"help_url": "https://portail-citoyen-sau.guichet-recette.grandlyon.com/glc/",
})
elif PLATFORM == 'prod':
TEMPLATE_VARS.update({