mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
implement auto filter for min games played
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user