Commit 87784d1c by David Ormsbee

Make sure the submissions history only shows up with problems.

parent 8f17e6ae
...@@ -14,7 +14,8 @@ ${module_content} ...@@ -14,7 +14,8 @@ ${module_content}
% endif % endif
<div><a href="#${element_id}_debug" id="${element_id}_trig">Staff Debug Info</a></div> <div><a href="#${element_id}_debug" id="${element_id}_trig">Staff Debug Info</a></div>
% if settings.MITX_FEATURES.get('ENABLE_STUDENT_HISTORY_VIEW'): % if settings.MITX_FEATURES.get('ENABLE_STUDENT_HISTORY_VIEW') and \
location.category == 'problem':
<div><a href="#${element_id}_history" id="${element_id}_history_trig">Submission history</a></div> <div><a href="#${element_id}_history" id="${element_id}_history_trig">Submission history</a></div>
% endif % endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment