mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2026-01-21 18:37:39 +01:00
improve info message
This commit is contained in:
@@ -32,9 +32,9 @@
|
|||||||
<h3>
|
<h3>
|
||||||
Rating: <i>{{ player.rating }}</i> <br>
|
Rating: <i>{{ player.rating }}</i> <br>
|
||||||
{% if player.rank == 0 %}
|
{% if player.rank == 0 %}
|
||||||
<i><small>missing {{ 10 - player.games }} placement games</small></i>
|
<i><small>Missing {{ 10 - player.games }} placement games!</small></i>
|
||||||
{% elif not player.lastGame %}
|
{% elif not player.lastGame %}
|
||||||
<i><small>Hasn't played enought games recently</small></i>
|
<i><small>Must play a game again before being assigned a rank!</small></i>
|
||||||
{% else %}
|
{% else %}
|
||||||
Rank: {{ player.rank }}
|
Rank: {{ player.rank }}
|
||||||
{%endif%}
|
{%endif%}
|
||||||
|
|||||||
Reference in New Issue
Block a user