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
0a5af2a3
Commit
0a5af2a3
authored
Aug 10, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename legacy dash template
parent
910466e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
lms/djangoapps/instructor/views/legacy.py
+1
-1
lms/templates/courseware/legacy_instructor_dashboard.html
+0
-0
No files found.
lms/djangoapps/instructor/views/legacy.py
View file @
0a5af2a3
...
@@ -1045,7 +1045,7 @@ def instructor_dashboard(request, course_id):
...
@@ -1045,7 +1045,7 @@ def instructor_dashboard(request, course_id):
context
[
'standard_dashboard_url'
]
=
reverse
(
'instructor_dashboard'
,
kwargs
=
{
'course_id'
:
course_key
.
to_deprecated_string
()})
context
[
'standard_dashboard_url'
]
=
reverse
(
'instructor_dashboard'
,
kwargs
=
{
'course_id'
:
course_key
.
to_deprecated_string
()})
return
render_to_response
(
'courseware/instructor_dashboard.html'
,
context
)
return
render_to_response
(
'courseware/
legacy_
instructor_dashboard.html'
,
context
)
def
_do_remote_gradebook
(
user
,
course
,
action
,
args
=
None
,
files
=
None
):
def
_do_remote_gradebook
(
user
,
course
,
action
,
args
=
None
,
files
=
None
):
...
...
lms/templates/courseware/instructor_dashboard.html
→
lms/templates/courseware/
legacy_
instructor_dashboard.html
View file @
0a5af2a3
File moved
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