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 5151 </td >
5252 <td >
5353 <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 }}
5656 {%- 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 %}
5959 /
6060 {% endif %}
6161 {%- 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