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
864267a2
Commit
864267a2
authored
Jan 02, 2014
by
Usman Khalid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed stripped-main.html since it is not being used anymore.
LMS-1584
parent
a336ae7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
39 deletions
+0
-39
lms/templates/stripped-main.html
+0
-39
No files found.
lms/templates/stripped-main.html
deleted
100644 → 0
View file @
a336ae7d
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<!DOCTYPE html>
<!--[if IE 7]><html class="ie ie7 lte9 lte8 lte7"><![endif]-->
<!--[if IE 8]><html class="ie ie8 lte9 lte8"><![endif]-->
<!--[if IE 9]><html class="ie ie9 lte9"><![endif]-->
<!--[if gt IE 9]><!-->
<html>
<!--<![endif]-->
<head>
## "edX" should not be translated
<
%
block
name=
"title"
><title>
edX
</title></
%
block>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"${static.url('images/favicon.ico')}"
/>
<
%
static:css
group=
'style-vendor'
/>
<
%
static:css
group=
'style-app'
/>
<
%
static:css
group=
'style-app-extend1'
/>
<
%
static:css
group=
'style-app-extend2'
/>
<
%
static:js
group=
'main_vendor'
/>
<
%
block
name=
"headextra"
/>
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
<meta
name=
"path_prefix"
content=
"${EDX_ROOT_URL}"
>
</head>
<body
class=
"<%block name='bodyclass'/>"
>
${self.body()}
<
%
block
name=
"bodyextra"
/>
<
%
static:js
group=
'application'
/>
<
%
static:js
group=
'module-js'
/>
<
%
block
name=
"js_extra"
/>
</body>
</html>
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