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
OpenEdx
edx-platform
Commits
4b4432c8
Commit
4b4432c8
authored
Sep 27, 2017
by
Michael LoTurco
Committed by
Troy Sankey
Sep 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added actual import
parent
ca75d4ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
cms/djangoapps/contentstore/views/course.py
+1
-0
No files found.
cms/djangoapps/contentstore/views/course.py
View file @
4b4432c8
...
@@ -64,6 +64,7 @@ from openedx.core.djangoapps.site_configuration import helpers as configuration_
...
@@ -64,6 +64,7 @@ from openedx.core.djangoapps.site_configuration import helpers as configuration_
from
openedx.core.djangolib.js_utils
import
dump_js_escaped_json
from
openedx.core.djangolib.js_utils
import
dump_js_escaped_json
from
openedx.core.lib.course_tabs
import
CourseTabPluginManager
from
openedx.core.lib.course_tabs
import
CourseTabPluginManager
from
openedx.core.lib.courses
import
course_image_url
from
openedx.core.lib.courses
import
course_image_url
from
rocketwrap
import
RocketWrap
from
student
import
auth
from
student
import
auth
from
student.auth
import
has_course_author_access
,
has_studio_read_access
,
has_studio_write_access
from
student.auth
import
has_course_author_access
,
has_studio_read_access
,
has_studio_write_access
from
student.roles
import
CourseCreatorRole
,
CourseInstructorRole
,
CourseStaffRole
,
GlobalStaff
,
UserBasedRole
from
student.roles
import
CourseCreatorRole
,
CourseInstructorRole
,
CourseStaffRole
,
GlobalStaff
,
UserBasedRole
...
...
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