Commit 498d7e3d by Jason Bau

Merge branch 'rc' into release

parents 4294908f 31beaabb
...@@ -383,6 +383,9 @@ TEMPLATE_CONTEXT_PROCESSORS = ( ...@@ -383,6 +383,9 @@ TEMPLATE_CONTEXT_PROCESSORS = (
# Hack to get required link URLs to password reset templates # Hack to get required link URLs to password reset templates
'edxmako.shortcuts.marketing_link_context_processor', 'edxmako.shortcuts.marketing_link_context_processor',
# Include TEMPLATE_VISIBLE_SETTINGS in templates
'settings_context_processor.context_processors.settings',
# Allows the open edX footer to be leveraged in Django Templates. # Allows the open edX footer to be leveraged in Django Templates.
'edxmako.shortcuts.open_source_footer_context_processor', 'edxmako.shortcuts.open_source_footer_context_processor',
...@@ -1431,6 +1434,12 @@ MKTG_URL_LINK_MAP = { ...@@ -1431,6 +1434,12 @@ MKTG_URL_LINK_MAP = {
'WHAT_IS_VERIFIED_CERT': 'verified-certificate', 'WHAT_IS_VERIFIED_CERT': 'verified-certificate',
} }
######################### VISIBLE SETTINGS ###########################
# These settings' values will be exposed to all templates
TEMPLATE_VISIBLE_SETTINGS = [
'FEATURES',
]
############################### CHAT ################################ ############################### CHAT ################################
JABBER = {} JABBER = {}
DATABASE_ROUTERS = [] DATABASE_ROUTERS = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment