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
599a215a
Commit
599a215a
authored
May 27, 2013
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move includes to right place.
parent
87d904cb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
cms/templates/base.html
+0
-7
cms/templates/component.html
+7
-0
No files found.
cms/templates/base.html
View file @
599a215a
...
...
@@ -22,7 +22,6 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${static.url('js/vendor/markitup/sets/wiki/style.css')}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${static.url('css/vendor/symbolset.ss-symbolicons-block.css')}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${static.url('css/vendor/symbolset.ss-standard.css')}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${static.url('css/vendor/html5-input-polyfills/number-polyfill.css')}"
/>
<
%
include
file=
"widgets/segment-io.html"
/>
...
...
@@ -46,7 +45,6 @@
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/markitup/sets/wiki/set.js')}"
></script>
<script
src=
"${static.url('js/vendor/symbolset.ss-standard.js')}"
></script>
<script
src=
"${static.url('js/vendor/symbolset.ss-symbolicons.js')}"
></script>
<script
src=
"${static.url('js/vendor/html5-input-polyfills/number-polyfill.js')}"
></script>
<
%
static:js
group=
'main'
/>
<
%
static:js
group=
'module-js'
/>
...
...
@@ -60,11 +58,6 @@
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/CodeMirror/css.js')}"
></script>
<script
type=
"text/javascript"
src=
"//www.youtube.com/player_api"
></script>
<!--TODO: not the right place-->
<script
type=
"text/javascript"
src=
"${static.url('js/models/metadata_model.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/views/metadata_editor_view.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/template_loader.js')}"
></script>
<script
src=
"${static.url('js/models/feedback.js')}"
></script>
<script
src=
"${static.url('js/views/feedback.js')}"
></script>
...
...
cms/templates/component.html
View file @
599a215a
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<script
type=
"text/javascript"
src=
"${static.url('js/models/metadata_model.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/views/metadata_editor_view.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/template_loader.js')}"
></script>
<script
src=
"${static.url('js/vendor/html5-input-polyfills/number-polyfill.js')}"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${static.url('css/vendor/html5-input-polyfills/number-polyfill.css')}"
/>
<div
class=
"wrapper wrapper-component-editor"
>
<div
class=
"component-editor"
>
...
...
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