change endpoint for squads info

This commit is contained in:
norohind 2021-12-14 02:15:01 +03:00
parent adfb61100c
commit 3a568a9c89
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

2
web.py
View File

@ -90,7 +90,7 @@ class ActivityDiffHtml:
'table_template.html',
{
'target_column_name': 'Tag',
'target_new_url': '/jub/squads/now/by-tag/short/'
'target_new_url': '/squads/now/by-tag/short/'
}
)