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