Fixed a bug

This commit is contained in:
cuom1999 2021-12-25 22:36:24 -06:00
parent 20c2bd71f8
commit 3d731914c4

View file

@ -250,7 +250,7 @@
{% if contest.start_time %} {% if contest.start_time %}
<br> <br>
{% if contest.time_limit %} {% if contest.time_limit %}
<span class="time">{{ _('Window ends in %(countdown)s', countdown=participation.time_remaining|as_countdown)}} <span class="time">{{ _('Window ends in %(countdown)s', countdown=participation.end_time|as_countdown)}}
{% elif contest.time_before_end %} {% elif contest.time_before_end %}
<span class="time">{{ _('Ends in %(countdown)s', countdown=contest.end_time|as_countdown) }}</span> <span class="time">{{ _('Ends in %(countdown)s', countdown=contest.end_time|as_countdown) }}</span>
{% endif %} {% endif %}