From c454a3ce83848b9a2778bd75158583c22385c94f Mon Sep 17 00:00:00 2001 From: thangitcbg Date: Sun, 9 Apr 2023 23:50:19 +0700 Subject: [PATCH] Fix the past contest's title --- templates/contest/list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" %}