mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 20:08:42 +00:00
fix(web/group/assignment): end time
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4b8f5e69b9
commit
bee296a1d9
@ -165,7 +165,7 @@ $('#standings').long_table(
|
|||||||
var html = '';
|
var html = '';
|
||||||
|
|
||||||
html += '<div class="card-header bg-transparent text-muted text-start small">' +
|
html += '<div class="card-header bg-transparent text-muted text-start small">' +
|
||||||
'成绩统计截止时间:<?= $submission_end_time->format('Y-m-d H:m:s') ?>' +
|
'成绩统计截止时间:<?= $submission_end_time->format('Y-m-d H:i:s') ?>' +
|
||||||
'</div>';
|
'</div>';
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
|
Loading…
Reference in New Issue
Block a user