diff --git a/home/templates/home/user_profile.html b/home/templates/home/user_profile.html index 6880abf..4217aab 100644 --- a/home/templates/home/user_profile.html +++ b/home/templates/home/user_profile.html @@ -17,35 +17,36 @@
Game | +Mode | +ELO | +W-L-T | +||
---|---|---|---|---|---|
{{ game_mode.game }} | +{{ game_mode.name }} | + {% if elo %} +{{ elo.elo|floatformat:1 }} | +{{ elo.matches_won }}-{{ elo.matches_lost }}-{{ elo.matches_drawn }} | + {% else %} +Not Played | + {% endif %} +