diff --git a/templates/contest/list.html b/templates/contest/list.html index f23cc0a..06e169e 100644 --- a/templates/contest/list.html +++ b/templates/contest/list.html @@ -360,7 +360,9 @@
{% if past_contests %} -

{{ _('Past Contests') }}

+

+ {{ _('Past Contests') }} +

{% if page_obj and page_obj.num_pages > 1 %}
{% include "list-pages.html" %}