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
6ff568ce
Commit
6ff568ce
authored
Jun 20, 2013
by
Miles Steele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove pid and version
parent
daeabb06
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
lms/djangoapps/instructor/views/legacy.py
+0
-2
lms/templates/courseware/instructor_dashboard.html
+0
-3
No files found.
lms/djangoapps/instructor/views/legacy.py
View file @
6ff568ce
...
@@ -769,8 +769,6 @@ def instructor_dashboard(request, course_id):
...
@@ -769,8 +769,6 @@ def instructor_dashboard(request, course_id):
'plots'
:
plots
,
# psychometrics
'plots'
:
plots
,
# psychometrics
'course_errors'
:
modulestore
()
.
get_item_errors
(
course
.
location
),
'course_errors'
:
modulestore
()
.
get_item_errors
(
course
.
location
),
'instructor_tasks'
:
instructor_tasks
,
'instructor_tasks'
:
instructor_tasks
,
'djangopid'
:
os
.
getpid
(),
'mitx_version'
:
getattr
(
settings
,
'MITX_VERSION_STRING'
,
''
),
'offline_grade_log'
:
offline_grades_available
(
course_id
),
'offline_grade_log'
:
offline_grades_available
(
course_id
),
'cohorts_ajax_url'
:
reverse
(
'cohorts'
,
kwargs
=
{
'course_id'
:
course_id
}),
'cohorts_ajax_url'
:
reverse
(
'cohorts'
,
kwargs
=
{
'course_id'
:
course_id
}),
...
...
lms/templates/courseware/instructor_dashboard.html
View file @
6ff568ce
...
@@ -120,9 +120,6 @@ function goto( mode)
...
@@ -120,9 +120,6 @@ function goto( mode)
]
]
</h2>
</h2>
<div
style=
"text-align:right"
><span
id=
"djangopid"
>
${djangopid}
</span>
|
<span
id=
"mitxver"
>
${mitx_version}
</span></div>
<form
name=
"idashform"
method=
"POST"
>
<form
name=
"idashform"
method=
"POST"
>
<input
type=
"hidden"
name=
"csrfmiddlewaretoken"
value=
"${ csrf_token }"
>
<input
type=
"hidden"
name=
"csrfmiddlewaretoken"
value=
"${ csrf_token }"
>
<input
type=
"hidden"
name=
"idash_mode"
value=
""
>
<input
type=
"hidden"
name=
"idash_mode"
value=
""
>
...
...
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