Remove images from status bar after finding out that they run afoul of the rewriting of static links. Need to send them back via ajax to avoid

This commit is contained in:
Vik Paruchuri
2013-02-07 18:48:13 -05:00
parent f5fcd3e1ff
commit 68eb802516
3 changed files with 6 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
<div class="statusitem" data-status-number="${i}">
%endif
${status['human_task']} (${status['human_state']}) ${status['score']} / ${status['max_score']}
<% grader_image = grader_type_image_dict[status['grader_type']]%>
${status['human_task']}(${status['human_state']}) ${status['score']} / ${status['max_score']}
</div>
%endfor
</section>