Fixing Hidden-content feature for Upcoming contests
This commit is contained in:
parent
32fbdb4530
commit
927208aa30
2 changed files with 23 additions and 0 deletions
18
judge/migrations/0167_alter_profile_timezone.py
Normal file
18
judge/migrations/0167_alter_profile_timezone.py
Normal file
File diff suppressed because one or more lines are too long
|
@ -322,6 +322,11 @@
|
||||||
<i> {{ _('There is no ongoing contest at this time.') }} </i>
|
<i> {{ _('There is no ongoing contest at this time.') }} </i>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
{% else %}
|
||||||
|
<div class="toggled">
|
||||||
|
<i> {{ _('There is no ongoing contest at this time.') }} </i>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h3 class="toggle open contest-group-header">
|
<h3 class="toggle open contest-group-header">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue