aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin
diff options
context:
space:
mode:
Diffstat (limited to 'backend/admin')
-rw-r--r--backend/admin/templates/online_qualifying_ranking.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/admin/templates/online_qualifying_ranking.html b/backend/admin/templates/online_qualifying_ranking.html
index f6a9664..9d437c8 100644
--- a/backend/admin/templates/online_qualifying_ranking.html
+++ b/backend/admin/templates/online_qualifying_ranking.html
@@ -16,6 +16,7 @@
<th scope="col">合計スコア</th>
<th scope="col">提出時刻1</th>
<th scope="col">提出時刻2</th>
+ <th scope="col">提出時刻3</th>
</tr>
</thead>
<tbody>
@@ -29,6 +30,7 @@
<td>{{ .TotalScore }}</td>
<td>{{ .SubmittedAt1 }}</td>
<td>{{ .SubmittedAt2 }}</td>
+ <td>{{ .SubmittedAt3 }}</td>
</tr>
{{ end }}
</tbody>