forked from Hanabi/hanabi-league
add rating description
This commit is contained in:
parent
5af11b9134
commit
38530ee303
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<div class="history-bullets">
|
<div class="history-bullets">
|
||||||
<ul class="stat-list">
|
<ul class="stat-list">
|
||||||
<li>
|
<li>
|
||||||
<span class="stat-description">Rating:</span>
|
<span class="stat-description">Rating{% if not show_rating %} (3p,4p,5p){% endif %}:</span>
|
||||||
{% if show_rating %}
|
{% if show_rating %}
|
||||||
{{stats.rating}}
|
{{stats.rating}}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue