remove pid and version
This commit is contained in:
@@ -769,8 +769,6 @@ def instructor_dashboard(request, course_id):
|
||||
'plots': plots, # psychometrics
|
||||
'course_errors': modulestore().get_item_errors(course.location),
|
||||
'instructor_tasks': instructor_tasks,
|
||||
'djangopid': os.getpid(),
|
||||
'mitx_version': getattr(settings, 'MITX_VERSION_STRING', ''),
|
||||
'offline_grade_log': offline_grades_available(course_id),
|
||||
'cohorts_ajax_url': reverse('cohorts', kwargs={'course_id': course_id}),
|
||||
|
||||
|
||||
@@ -120,9 +120,6 @@ function goto( mode)
|
||||
]
|
||||
</h2>
|
||||
|
||||
<div style="text-align:right"><span id="djangopid">${djangopid}</span>
|
||||
| <span id="mitxver">${mitx_version}</span></div>
|
||||
|
||||
<form name="idashform" method="POST">
|
||||
<input type="hidden" name="csrfmiddlewaretoken" value="${ csrf_token }">
|
||||
<input type="hidden" name="idash_mode" value="">
|
||||
|
||||
Reference in New Issue
Block a user