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 1818 </div >
1919 </div >
2020 {% 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 %}
2222 <div class =" card" style =" display: inline-block" id =" externalruntime" >
2323 <div class =" card-header" >
2424 <span id =" graphs" style =" font-weight: bold;" >External Testcase CPU times
Original file line number Diff line number Diff line change 551551 {{ externalRuns | displayTestcaseResults(externalJudgement .endtime is not empty , true ) }}
552552 </td >
553553 <td >
554- {% if externalSubmissionUrl and externalSubmissionUrl is not empty %}
554+ {% if externalSubmissionUrl is defined and externalSubmissionUrl is not empty %}
555555 <a href =" {{ externalSubmissionUrl }}" >
556556 {% endif %}
557557 external {{ externalJudgement .extjudgementid }}
558- {% if externalSubmissionUrl and externalSubmissionUrl is not empty %}
558+ {% if externalSubmissionUrl is defined and externalSubmissionUrl is not empty %}
559559 </a >
560560 {% endif %}
561561 </td >
You can’t perform that action at this time.
0 commit comments