Add download ranking table as csv file

This commit is contained in:
Zhao 2022-10-08 17:43:55 +07:00
parent 43ffca160b
commit e584c75991
2 changed files with 69 additions and 1 deletions

View file

@ -4,7 +4,7 @@
{% block after_rank_head %}
{% if has_rating %}
<th>{{ _('Rating') }}</th>
<th class="rating-column">{{ _('Rating') }}</th>
{% endif %}
{% endblock %}