implement auto filter for min games played

This commit is contained in:
Yannik Schmidt
2020-09-28 05:04:50 +02:00
parent a91fd79859
commit b435226413
3 changed files with 13 additions and 4 deletions

View File

@@ -31,7 +31,11 @@
</h1>
<h3>
Rating: <i>{{ player.rating }}</i> <br>
Rank: {{ player.rank }}
{% if player.rank == 0 %}
<i><small>missing {{ 10 - player.games }} placement games</small></i>
{% else %}
Rank: {{ player.rank }}
{%endif%}
</h3>
</div>
<div class="plot-container">