From 3f493254b69fa70700685e1d1fc2d41fff5198a9 Mon Sep 17 00:00:00 2001 From: cubercsl <2014cais01@gmail.com> Date: Tue, 26 Nov 2024 20:54:02 +0800 Subject: [PATCH] Change URL parameter name to fix autowiring This has been fixed in #2865, but forgot to modify it in the template, which makes the entire analysis page failed to open. --- webapp/templates/jury/analysis/contest_overview.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/templates/jury/analysis/contest_overview.html.twig b/webapp/templates/jury/analysis/contest_overview.html.twig index 0c0943a91e..2d1deae465 100644 --- a/webapp/templates/jury/analysis/contest_overview.html.twig +++ b/webapp/templates/jury/analysis/contest_overview.html.twig @@ -171,7 +171,7 @@ $(function() { {% for t in teams %} {% set id=t.teamid %} - {% set link = path('analysis_team', {'teamid':id}) %} + {% set link = path('analysis_team', {'team':id}) %} {{ t | entityIdBadge('t') }} {% if t.affiliation %}{{ t.affiliation.name }}{% else %}-{% endif %} {{ t.effectiveName }}