Fix ioi16

This commit is contained in:
cuom1999 2022-12-28 22:50:26 -06:00
parent 02e2539606
commit 5f7199669c
4 changed files with 55 additions and 4 deletions

View file

@ -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>