Report the RELEASE_LINE in a meta tag

This commit is contained in:
Ned Batchelder
2018-04-19 17:36:42 -04:00
parent 877f705776
commit 55d823da15
2 changed files with 4 additions and 0 deletions

View File

@@ -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: