diff --git a/lms/templates/staff_problem_info.html b/lms/templates/staff_problem_info.html index f427709bce..f89d5ab9d5 100644 --- a/lms/templates/staff_problem_info.html +++ b/lms/templates/staff_problem_info.html @@ -14,7 +14,8 @@ ${module_content} % endif
-% if settings.MITX_FEATURES.get('ENABLE_STUDENT_HISTORY_VIEW'): +% if settings.MITX_FEATURES.get('ENABLE_STUDENT_HISTORY_VIEW') and \ + location.category == 'problem': % endif