Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
db547cc6
Commit
db547cc6
authored
Aug 20, 2015
by
asadiqbal
Committed by
Adam Palay
Oct 15, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MAYN-116 Including GTM code from microsite
parent
a38ae447
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lms/templates/google_tag_manager.html
+4
-0
lms/templates/main.html
+2
-0
No files found.
lms/templates/google_tag_manager.html
0 → 100644
View file @
db547cc6
<
%
doc
>
Yet, installing google tag manager for microsite(s).
So intentionally left it blank
</
%
doc>
lms/templates/main.html
View file @
db547cc6
...
...
@@ -103,6 +103,7 @@ from branding import api as branding_api
google_analytics_file =
microsite.get_template_path('google_analytics.html')
style_overrides_file =
microsite.get_value('css_overrides_file')
google_tag_manager_file =
microsite.get_template_path('google_tag_manager.html')
%
>
% if header_extra_file:
...
...
@@ -124,6 +125,7 @@ from branding import api as branding_api
</head>
<body
class=
"${static.dir_rtl()} <%block name='bodyclass'/> lang_${LANGUAGE_CODE}"
>
<
%
include
file=
"${google_tag_manager_file}"
/>
<div
id=
"page-prompt"
></div>
% if not disable_window_wrap:
<div
class=
"window-wrap"
dir=
"${static.dir_rtl()}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment