File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
</div >
19
19
</div >
20
20
{% endif %}
21
- {% if externalJudgement is not null and externalJudgement .result is not null %}
21
+ {% if externalJudgement is not null and externalJudgement .result is not null and externalJudging is defined %}
22
22
<div class =" card" style =" display: inline-block" id =" externalruntime" >
23
23
<div class =" card-header" >
24
24
<span id =" graphs" style =" font-weight: bold;" >External Testcase CPU times
Original file line number Diff line number Diff line change 551
551
{{ externalRuns | displayTestcaseResults(externalJudgement .endtime is not empty , true ) }}
552
552
</td >
553
553
<td >
554
- {% if externalSubmissionUrl and externalSubmissionUrl is not empty %}
554
+ {% if externalSubmissionUrl is defined and externalSubmissionUrl is not empty %}
555
555
<a href =" {{ externalSubmissionUrl }}" >
556
556
{% endif %}
557
557
external {{ externalJudgement .extjudgementid }}
558
- {% if externalSubmissionUrl and externalSubmissionUrl is not empty %}
558
+ {% if externalSubmissionUrl is defined and externalSubmissionUrl is not empty %}
559
559
</a >
560
560
{% endif %}
561
561
</td >
You can’t perform that action at this time.
0 commit comments