修复正在进行图标不显示的问题,修改view里contest_problem状态的变量名,使更确切,添加dealing-falg的css

This commit is contained in:
sxw@401
2015-09-05 20:17:15 +08:00
parent 81bd998d8d
commit 1f50cd0751
3 changed files with 12 additions and 5 deletions

View File

@@ -43,11 +43,11 @@
<th>
<span class="glyphicon
{% if item.ac %}
{% ifequal item.ac 1%}
{% if item.state %}
{% ifequal item.state 1%}
glyphicon-ok ac-flag
{% else %}
glyphicon-arrow-right ac-flag
glyphicon-arrow-right dealing-flag
{% endifequal %}
{% endif %}