diff --git a/.tx/config b/.tx/config index 511d2a77dcdb..fedcf24a2ae4 100644 --- a/.tx/config +++ b/.tx/config @@ -66,3 +66,15 @@ file_filter = conf/locale//LC_MESSAGES/edx_proctoring_proctortrack.po source_file = conf/locale/en/LC_MESSAGES/edx_proctoring_proctortrack.po source_lang = en type = PO + +[open-edx-releases.release-koa] +file_filter = conf/locale//LC_MESSAGES/django.po +source_file = conf/locale/en/LC_MESSAGES/django.po +source_lang = en +type = PO + +[open-edx-releases.release-koa-js] +file_filter = conf/locale//LC_MESSAGES/djangojs.po +source_file = conf/locale/en/LC_MESSAGES/djangojs.po +source_lang = en +type = PO diff --git a/cms/envs/common.py b/cms/envs/common.py index 8748ee15595e..e79c0771ce9e 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -658,7 +658,7 @@ # A newer and safer request cache. 'edx_django_utils.cache.middleware.RequestCacheMiddleware', - 'edx_django_utils.monitoring.middleware.MonitoringMemoryMiddleware', + 'edx_django_utils.monitoring.MonitoringMemoryMiddleware', # Cookie monitoring 'openedx.core.lib.request_utils.CookieMonitoringMiddleware', diff --git a/cms/templates/widgets/footer.html b/cms/templates/widgets/footer.html index e62a850a6a79..2afbcbc6cb65 100644 --- a/cms/templates/widgets/footer.html +++ b/cms/templates/widgets/footer.html @@ -15,28 +15,28 @@