Fix ioi16
This commit is contained in:
parent
02e2539606
commit
5f7199669c
4 changed files with 55 additions and 4 deletions
|
@ -16,12 +16,14 @@
|
|||
<td>
|
||||
({{ cur_subtask.contest_time }})
|
||||
</td>
|
||||
{% if cur_subtask.submission %}
|
||||
{% set can_view = submission_layout(cur_subtask.submission, profile_id, request.user, editable_problem_ids, completed_problem_ids) %}
|
||||
{% if can_view %}
|
||||
<td>
|
||||
→ <a href="{{url('submission_status', cur_subtask.submission.id)}}">{{ cur_subtask.submission.id }}</a>
|
||||
</td>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue