Switch Olark to Chatlio
This commit is contained in:
parent
1a137ee7b3
commit
75e8af47e5
3 changed files with 10 additions and 23 deletions
|
@ -211,7 +211,7 @@ def render_page_template(name, route_data=None, **kwargs):
|
|||
google_tagmanager_key=app.config.get('GOOGLE_TAGMANAGER_KEY', ''),
|
||||
sentry_public_dsn=app.config.get('SENTRY_PUBLIC_DSN', ''),
|
||||
is_debug=str(app.config.get('DEBUGGING', False)).lower(),
|
||||
show_chat=features.OLARK_CHAT,
|
||||
show_chat=features.SUPPORT_CHAT,
|
||||
aci_conversion=features.ACI_CONVERSION,
|
||||
has_billing=features.BILLING,
|
||||
contact_href=contact_href,
|
||||
|
|
Reference in a new issue