diff --git a/templates/contest/list.html b/templates/contest/list.html index b7094c312a..1689d7a396 100644 --- a/templates/contest/list.html +++ b/templates/contest/list.html @@ -296,23 +296,27 @@

{{ _('Ongoing Contests') }}

{{ _('Upcoming Contests') }}

{% if future_contests %} + + + + + + + {% for contest in future_contests %} - {% if not request.in_contest %} - - {% endif %} {% endfor %}
{{ _('Contest') }}
{{ contest_head(contest) }} -
- {% if contest.time_before_start %} - {{ _('Starting in %(countdown)s.', countdown=contest.time_before_start|as_countdown) }} + {% if contest.start_time %} +
+ {% if contest.time_before_start %} + {{ _('Starting in %(countdown)s.', countdown=contest.time_before_start|as_countdown) }} + {% endif %} + {{ time_left(contest) }} {% endif %} - {{ time_left(contest) }}
- {{ contest_register(contest, request.user) }} -