diff --git a/boatmovers/templates/boatmovers.html b/boatmovers/templates/boatmovers.html index 3dc0bdb4..6caaeceb 100644 --- a/boatmovers/templates/boatmovers.html +++ b/boatmovers/templates/boatmovers.html @@ -30,7 +30,7 @@ Rank Score - Name  + Name Club Gender @@ -40,8 +40,7 @@ {{ forloop.counter }} {{ athlete.trueskill_exposed|floatformat:2 }} - {{ athlete.first_name }} - {{ athlete.last_name }} + {{ athlete.full_name }} {{ athlete.club }} {{ athlete.gender }} results diff --git a/boatmovers/templates/crew.html b/boatmovers/templates/crew.html index 555e012f..4f23e424 100644 --- a/boatmovers/templates/crew.html +++ b/boatmovers/templates/crew.html @@ -7,13 +7,11 @@ - {% for athlete in athletes %} - - + {% endfor %}
Athlete  Score
{{ athlete.first_name }}{{ athlete.last_name }}{{ athlete.full_name }} {{ athlete.trueskill_exposed|floatformat:2 }}