Updates league page routes to use league ID instead of name

This commit is contained in:
Lucas Patenaude
2024-04-13 13:45:53 -06:00
parent d614c7b5b9
commit 74d958fa49
3 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<!-- Container for all league information (logo, name, country, etc. ) <- top 100px -->
<div class="container" id="league-information-container">
<img src="{{ leagues.competition.league_emblem }}" alt="League Emblem">
</div>
<!-- Container to display all stats for league <- bottom rest of the container -->