修复正在进行图标不显示的问题,修改view里contest_problem状态的变量名,使更确切,添加dealing-falg的css
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user