Club ID is now correctly passed in to create club pages

This commit is contained in:
Lucas Patenaude
2024-04-14 13:35:21 -06:00
parent 1b6c7de44b
commit 04225ccf1e
2 changed files with 7 additions and 14 deletions

View File

@@ -32,7 +32,7 @@
{{#each league.standings}}
<tr>
<td>{{table.league_position}}</td>
<td><img src="{{table.team_crest}}" alt="{{table.team_name}} Crest" id="club-logo" class="club-logo" data-club-id="{{table.team_id}}"></td>
<td><img src="{{table.team_crest}}" alt="{{table.team_name}} Crest" id="club-logo" class="club-logo" clubID="{{table.team_id}}"></td>
<td><p id="club-name">{{table.team_name}}</p></td>
<td>{{games_played}}</td>
<td>{{wins}}</td>