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">
|
||||
<ul class="stat-list">
|
||||
<li>
|
||||
<span class="stat-description">Rating:</span>
|
||||
<span class="stat-description">Rating{% if not show_rating %} (3p,4p,5p){% endif %}:</span>
|
||||
{% if show_rating %}
|
||||
{{stats.rating}}
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue