fixed incorrect generating team link (#1439)

This commit is contained in:
Nomuken
2020-05-25 05:18:13 +09:00
committed by GitHub
parent e643834a0c
commit a9bcaeffc7
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ const updateScores = () => {
'<th scope="row" class="text-center">',
i + 1,
"</th>",
'<td><a href="{0}/team/{1}">'.format(
'<td><a href="{0}/teams/{1}">'.format(
CTFd.config.urlRoot,
teams[i].account_id
),

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long