diff --git a/templates/dashboard.html b/templates/dashboard.html index 6175199..d5c713e 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -27,7 +27,7 @@
- + {{ league_info.league.name }}
@@ -125,7 +125,7 @@ {% if starters %}
{% for player in starters %} - +
{{ player.fantasy_positions[0] if player.fantasy_positions else 'FLEX' }} {{ player.last_name }} @@ -143,7 +143,7 @@ {% if bench_players %}