Skip to content
Snippets Groups Projects
Commit ca747622 authored by arjun810's avatar arjun810
Browse files

Merge pull request #921 from MITx/kimth/fix-cr-show-answer

Fix CR showanswer template
parents b2692159 57f49353
No related branches found
Tags release-2021-03-16-09.35
No related merge requests found
......@@ -5,8 +5,6 @@
% endif
>${value|h}</textarea>
<span id="answer_${id}"></span>
<div class="grader-status">
% if state == 'unsubmitted':
<span class="unanswered" style="display:inline-block;" id="status_${id}">Unanswered</span>
......@@ -26,6 +24,8 @@
<p class="debug">${state}</p>
</div>
<span id="answer_${id}"></span>
<div class="external-grader-message">
${msg|n}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment