mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-06 14:54:21 +01:00
fixed incorrect generating team link (#1439)
This commit is contained in:
@@ -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
Reference in New Issue
Block a user