Skip to content

Commit a66de79

Browse files
cubercslnickygerritsen
authored andcommitted
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.
1 parent 87cbe4e commit a66de79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/jury/analysis/contest_overview.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ $(function() {
171171
{% for t in teams %}
172172
{% set id=t.teamid %}
173173
<tr>
174-
{% set link = path('analysis_team', {'teamid':id}) %}
174+
{% set link = path('analysis_team', {'team':id}) %}
175175
<td scope="row" style="text-align: right;"><a href="{{ link }}">{{ t | entityIdBadge('t') }}</a></td>
176176
<td><a href="{{ link }}">{% if t.affiliation %}{{ t.affiliation.name }}{% else %}-{% endif %}</a></td>
177177
<td class="truncate" style="max-width: 200px"><a href="{{ link }}">{{ t.effectiveName }}</a></td>

0 commit comments

Comments
 (0)