fix(web/group/assignment): end time
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-10-22 09:18:56 +08:00
parent 4b8f5e69b9
commit bee296a1d9
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -165,7 +165,7 @@ $('#standings').long_table(
var html = '';
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>';
return html;