diff --git a/templates/contest/ranking-table.html b/templates/contest/ranking-table.html index ffd0ffa..5779fe8 100644 --- a/templates/contest/ranking-table.html +++ b/templates/contest/ranking-table.html @@ -4,7 +4,7 @@ {% block after_rank_head %} {% if has_rating %} - {{ _('Rating') }} + {{ _('Rating') }} {% endif %} {% endblock %} diff --git a/templates/contest/ranking.html b/templates/contest/ranking.html index 0ee131b..087a905 100644 --- a/templates/contest/ranking.html +++ b/templates/contest/ranking.html @@ -61,6 +61,73 @@ }); {% endif %} + {% if tab == 'ranking' %} + + {% endif %} {% include "contest/media-js.html" %} {% endblock %} @@ -86,6 +153,7 @@ + {{ _('Download as CSV') }} {% include "contest/ranking-table.html" %} -{% endblock %} +{% endblock %} \ No newline at end of file