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
79677e92
Commit
79677e92
authored
Apr 04, 2013
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1780 from MITx/feature/ichuang/staff-email-for-course-creation
email link for course creation request (in Studio)
parents
72ce1af9
2e852d16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
cms/envs/common.py
+1
-0
cms/templates/index.html
+2
-0
No files found.
cms/envs/common.py
View file @
79677e92
...
...
@@ -34,6 +34,7 @@ MITX_FEATURES = {
'ENABLE_DISCUSSION_SERVICE'
:
False
,
'AUTH_USE_MIT_CERTIFICATES'
:
False
,
'STUB_VIDEO_FOR_TESTING'
:
False
,
# do not display video when running automated acceptance tests
'STAFF_EMAIL'
:
''
,
# email address for staff (eg to request course creation)
'STUDIO_NPS_SURVEY'
:
True
,
}
ENABLE_JASMINE
=
False
...
...
cms/templates/index.html
View file @
79677e92
...
...
@@ -46,6 +46,8 @@
<li
class=
"nav-item"
>
% if not disable_course_creation:
<a
href=
"#"
class=
"button new-button new-course-button"
><i
class=
"ss-icon ss-symbolicons-standard icon icon-create"
>
+
</i>
New Course
</a>
% elif settings.MITX_FEATURES.get('STAFF_EMAIL',''):
<a
href=
"mailto:${settings.MITX_FEATURES.get('STAFF_EMAIL','')}"
>
Email staff to create course
</a>
% endif
</li>
</ul>
...
...
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