Fixed a bug
This commit is contained in:
parent
20c2bd71f8
commit
3d731914c4
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@
|
|||
{% if contest.start_time %}
|
||||
<br>
|
||||
{% 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 %}
|
||||
<span class="time">{{ _('Ends in %(countdown)s', countdown=contest.end_time|as_countdown) }}</span>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue