diff --git a/scores/templates/scores/teams.html b/scores/templates/scores/teams.html index a231547..6ec2d8f 100644 --- a/scores/templates/scores/teams.html +++ b/scores/templates/scores/teams.html @@ -82,11 +82,11 @@ {% if team.bracket %} Poule {% else %} - {{ team.positionLabel }} + {{ team.position_label }} {% endif %} - {% if team.dateLabel %} - {{ team.dateLabel }} + {% if team.date_label %} + {{ team.date_label }} {% else %} - {% endif %}