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
1d6e9140
Commit
1d6e9140
authored
Sep 03, 2015
by
Ned Batchelder
Committed by
David Baumgold
Sep 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename google_analytics.html to use a hyphen instead.
parent
cb921fd7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
lms/templates/courseware/course_about.html
+1
-1
lms/templates/google-analytics.html
+0
-0
lms/templates/main.html
+1
-1
No files found.
lms/templates/courseware/course_about.html
View file @
1d6e9140
...
...
@@ -17,7 +17,7 @@ from edxmako.shortcuts import marketing_link
ga=
microsite.get_value('google_analytics_file',
'
theme-google-analytics
.
html
')
)
else:
google_analytics_file =
'../google
_
analytics.html'
google_analytics_file =
'../google
-
analytics.html'
%
>
<
%
include
file=
"${google_analytics_file}"
/>
...
...
lms/templates/google
_
analytics.html
→
lms/templates/google
-
analytics.html
View file @
1d6e9140
File moved
lms/templates/main.html
View file @
1d6e9140
...
...
@@ -100,7 +100,7 @@ from branding import api as branding_api
<meta
name=
"path_prefix"
content=
"${EDX_ROOT_URL}"
>
<meta
name=
"google-site-verification"
content=
"_mipQ4AtZQDNmbtOkwehQDOgCxUUV2fb_C0b6wbiRHY"
/>
<
%
static:optional_include_mako
file=
"google
_
analytics.html"
with_microsite=
True
/>
<
%
static:optional_include_mako
file=
"google
-
analytics.html"
with_microsite=
True
/>
</head>
...
...
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