diff --git a/cms/envs/common.py b/cms/envs/common.py index 4e15b835bc..6c73217186 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -652,6 +652,9 @@ OPTIMIZELY_FULLSTACK_SDK_KEY = None ######################## GOOGLE ANALYTICS ########################### GOOGLE_ANALYTICS_ACCOUNT = None +######################## HOTJAR ########################### +HOTJAR_ID = 00000 + ############################# TEMPLATE CONFIGURATION ############################# # Mako templating import tempfile diff --git a/cms/templates/base.html b/cms/templates/base.html index f1cc8d27ee..e087a2ff6f 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -82,7 +82,7 @@ from openedx.core.release import RELEASE_LINE