Commit 0908b4db by Carlos de la Guardia Committed by GitHub

Merge pull request #4 from cahrens/patch-1

Update textual equivalent for status icon
parents ecd18b1c 757d000c
......@@ -41,7 +41,7 @@
<br/>
<p id="answer_${id}" class="answer"></p>
<p class="status">
<p class="status"><span class="sr">
% if status == 'unsubmitted':
unanswered
% elif status == 'correct':
......@@ -51,7 +51,7 @@
% elif status == 'incomplete':
incomplete
% endif
</p>
</span></p>
<br/> <br/>
<div class="error_message" style="padding: 5px 5px 5px 5px; background-color:#FA6666; height:60px;width:400px; display: none"></div>
......
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