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 @@
{{ _('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) }} |
- {% if not request.in_contest %}
- - {{ contest_register(contest, request.user) }} - | - {% endif %}