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
07ebc833
Commit
07ebc833
authored
Aug 01, 2012
by
Brittany Cheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing merge error
parent
bdab9019
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
lms/djangoapps/courseware/views.py
+1
-3
lms/lib/dogfood/views.py
+0
-1
No files found.
lms/djangoapps/courseware/views.py
View file @
07ebc833
...
...
@@ -23,11 +23,9 @@ from django.views.decorators.cache import cache_control
from
module_render
import
toc_for_course
,
get_module
,
get_section
from
models
import
StudentModuleCache
from
student.models
import
UserProfile
<<<<<<<
HEAD
from
multicourse
import
multicourse_settings
=======
>>>>>>>
38
dd8f18984df3ab14f5715891af7f984c7f14a7
from
django_comment_client.utils
import
get_discussion_title
from
xmodule.modulestore
import
Location
...
...
lms/lib/dogfood/views.py
View file @
07ebc833
...
...
@@ -24,7 +24,6 @@ from mitxmako.shortcuts import render_to_response, render_to_string
import
track.views
from
lxml
import
etree
from
courseware.module_render
import
make_track_function
,
ModuleSystem
,
get_module
from
courseware.models
import
StudentModule
from
multicourse
import
multicourse_settings
...
...
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