File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
webapp/templates/team/partials Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
</td >
52
52
<td >
53
53
<a data-ajax-modal data-ajax-modal-after =" markSeen" {% if link %}href =" {{ link }}" {% endif %}>
54
- {%- if submission .submittime > submission .contest .endtime %}
55
- {{ ' too-late' | printResult }}
54
+ {%- if submission .submittime >= submission .contest .endtime %}
55
+ {{ ' too-late' | printResult }}
56
56
{%- endif %}
57
- {%- if submission .submittime <= submission .contest .endtime or showTooLateResult %}
58
- {%- if submission .submittime > submission .contest .endtime %}
57
+ {%- if submission .submittime < submission .contest .endtime or showTooLateResult %}
58
+ {%- if submission .submittime >= submission .contest .endtime %}
59
59
/
60
60
{% endif %}
61
61
{%- if submission .judgings .first is empty or submission .judgings .first .result is empty %}
You can’t perform that action at this time.
0 commit comments