Report the RELEASE_LINE in a meta tag
This commit is contained in:
@@ -15,6 +15,7 @@ from openedx.core.djangolib.js_utils import (
|
||||
dump_js_escaped_json, js_escaped_string
|
||||
)
|
||||
from openedx.core.djangolib.markup import HTML
|
||||
from openedx.core.release import RELEASE_LINE
|
||||
%>
|
||||
|
||||
<%page expression_filter="h"/>
|
||||
@@ -24,6 +25,7 @@ from openedx.core.djangolib.markup import HTML
|
||||
<head dir="${static.dir_rtl()}">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="openedx-release-line" content="${RELEASE_LINE}" />
|
||||
<title>
|
||||
<%block name="title"></%block> |
|
||||
% if context_course:
|
||||
|
||||
Reference in New Issue
Block a user