diff --git a/template/src/oj/contest/contest_rank.html b/template/src/oj/contest/contest_rank.html index ac2bb153..abd2d92b 100644 --- a/template/src/oj/contest/contest_rank.html +++ b/template/src/oj/contest/contest_rank.html @@ -2,25 +2,25 @@ {% block body %} {% load submission %}
-
- -
+ + +
-
- {% if result %} + + {% if result %} @@ -50,22 +50,24 @@ {% endfor %}
- 自动刷新 - {% else %} -

还没有结果

- {% endif %} -
+ + 自动刷新 + {% else %} +

还没有结果

+ {% endif %} +
{% endblock %} {% block js_block %} -{% if auto_refresh %} - + {% if auto_refresh %} + {% endif %} {% endblock %} \ No newline at end of file