Add download ranking csv file

This commit is contained in:
Zhao-Linux 2022-10-08 17:55:34 +07:00
parent 43ffca160b
commit fbc57f8b33
2 changed files with 70 additions and 2 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 %}