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
806f1c84
Commit
806f1c84
authored
Nov 30, 2014
by
Sarina Canelake
Committed by
Zia Fazal
Apr 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "pointless-string-statement" pylint violation
parent
12e51e0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
lms/djangoapps/instructor/views/instructor_dashboard.py
+7
-9
No files found.
lms/djangoapps/instructor/views/instructor_dashboard.py
View file @
806f1c84
...
@@ -114,17 +114,15 @@ def instructor_dashboard_2(request, course_id):
...
@@ -114,17 +114,15 @@ def instructor_dashboard_2(request, course_id):
return
render_to_response
(
'instructor/instructor_dashboard_2/instructor_dashboard_2.html'
,
context
)
return
render_to_response
(
'instructor/instructor_dashboard_2/instructor_dashboard_2.html'
,
context
)
"""
## Section functions starting with _section return a dictionary of section data.
Section functions starting with _section return a dictionary of section data.
The dictionary must include at least {
##
The dictionary must include at least {
'section_key': 'circus_expo'
##
'section_key': 'circus_expo'
'section_display_name': 'Circus Expo'
##
'section_display_name': 'Circus Expo'
}
##
}
section_key will be used as a css attribute, javascript tie-in, and template import filename.
## section_key will be used as a css attribute, javascript tie-in, and template import filename.
section_display_name will be used to generate link titles in the nav bar.
## section_display_name will be used to generate link titles in the nav bar.
"""
# pylint: disable=W0105
def
_section_e_commerce
(
course
,
access
):
def
_section_e_commerce
(
course
,
access
):
...
...
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