From 3d731914c40c45ff1fe40ca1e115ee99ad477e2f Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sat, 25 Dec 2021 22:36:24 -0600 Subject: [PATCH] Fixed a bug --- templates/contest/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/contest/list.html b/templates/contest/list.html index 402a086..32f4d0c 100644 --- a/templates/contest/list.html +++ b/templates/contest/list.html @@ -250,7 +250,7 @@ {% if contest.start_time %}
{% if contest.time_limit %} - {{ _('Window ends in %(countdown)s', countdown=participation.time_remaining|as_countdown)}} + {{ _('Window ends in %(countdown)s', countdown=participation.end_time|as_countdown)}} {% elif contest.time_before_end %} {{ _('Ends in %(countdown)s', countdown=contest.end_time|as_countdown) }} {% endif %}