mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
晕了,没提交代码就在服务器上调试。。。
This commit is contained in:
parent
460c6b0bb2
commit
c0d239ff66
@ -44,20 +44,7 @@
|
|||||||
{% for item in contest_problems %}
|
{% for item in contest_problems %}
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
|
<span class="{% get_problem_status request.user.problems_status.contest_problems item.id %}"></span>
|
||||||
<span class="glyphicon
|
|
||||||
{% if item.state %}
|
|
||||||
{% ifequal item.state 1%}
|
|
||||||
glyphicon-ok ac-flag
|
|
||||||
{% else %}
|
|
||||||
glyphicon-minus dealing-flag
|
|
||||||
{% endifequal %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"></span>
|
|
||||||
|
|
||||||
</th>
|
</th>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<a href="/contest/{{ item.contest.id }}/problem/{{ item.id }}/">{{ item.sort_index }}</a>
|
<a href="/contest/{{ item.contest.id }}/problem/{{ item.id }}/">{{ item.sort_index }}</a>
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for item in problems %}
|
{% for item in problems %}
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="{% get_problem_status problems_status item.id %}"></span></th>
|
<th><span class="{% get_problem_status request.user.problems_status.problems item.id %}"></span></th>
|
||||||
<th scope="row"><a href="/problem/{{ item.id }}/">{{ item.id }}</a></th>
|
<th scope="row"><a href="/problem/{{ item.id }}/">{{ item.id }}</a></th>
|
||||||
<td><a href="/problem/{{ item.id }}/">{{ item.title }}</a></td>
|
<td><a href="/problem/{{ item.id }}/">{{ item.title }}</a></td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user