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
3614a72a
Commit
3614a72a
authored
May 30, 2013
by
marcotuts
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1 from edx/hotfix/advanced-settings
Put back in the blocks for Advanced Settings.
parents
bdc9570c
62d2ad89
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
cms/templates/base.html
+6
-0
No files found.
cms/templates/base.html
View file @
3614a72a
...
...
@@ -61,6 +61,8 @@
<div
class=
"wrapper wrapper-view"
>
<
%
include
file=
"widgets/header.html"
/>
## remove this block after advanced settings notification is rewritten
<
%
block
name=
"view_alerts"
></
%
block>
<div
id=
"page-alert"
></div>
<
%
block
name=
"content"
></
%
block>
...
...
@@ -72,9 +74,13 @@
<
%
include
file=
"widgets/footer.html"
/>
<
%
include
file=
"widgets/tender.html"
/>
## remove this block after advanced settings notification is rewritten
<
%
block
name=
"view_notifications"
></
%
block>
<div
id=
"page-notification"
></div>
</div>
## remove this block after advanced settings notification is rewritten
<
%
block
name=
"view_prompts"
></
%
block>
<div
id=
"page-prompt"
></div>
<
%
block
name=
"jsextra"
></
%
block>
</body>
...
...
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