From f5e5406da85da4ff79a1f5a1624468b539a0cc46 Mon Sep 17 00:00:00 2001 From: Leangseu Kim Date: Tue, 16 May 2023 12:11:18 -0400 Subject: [PATCH] feat: add header_meta to base template --- cms/templates/base.html | 1 + lms/templates/main.html | 2 +- lms/templates/public_video.html | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cms/templates/base.html b/cms/templates/base.html index e087a2ff6f..e910cac839 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -63,6 +63,7 @@ from openedx.core.release import RELEASE_LINE + <%block name="header_meta"> <% favicon_url = branding_api.get_favicon_url() %> <%static:css group='style-vendor'/> diff --git a/lms/templates/main.html b/lms/templates/main.html index ac43e6eba2..a723e1835f 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -85,7 +85,7 @@ from common.djangoapps.pipeline_mako import render_require_js_path_overrides <% favicon_url = branding_api.get_favicon_url() %> - + <%block name="header_meta"/> <%static:css group='style-vendor'/> % if '/' in self.attr.main_css: diff --git a/lms/templates/public_video.html b/lms/templates/public_video.html index 8ea48fd659..5193f8fbce 100644 --- a/lms/templates/public_video.html +++ b/lms/templates/public_video.html @@ -4,9 +4,8 @@ from django.utils.translation import gettext as _ %> <%inherit file="courseware/courseware-chromeless.html"/> -<%block name="head_extra"> +<%block name="header_meta"> -