fix: LeaderboardByActionIDHTML wrong ref to squad info by tag

This commit is contained in:
norohind 2022-01-31 20:10:26 +03:00
parent c129c3d1bf
commit 066d12f778
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

2
web.py
View File

@ -193,7 +193,7 @@ class LeaderboardByActionIDHTML:
'table_template.html',
{
'target_column_name': 'tag',
'target_new_url': '/api/leaderboard-state/by-action-id/'
'target_new_url': '/squads/now/by-tag/short/'
}
)