|
|
|
|
@ -238,9 +238,9 @@ |
|
|
|
|
</ul> |
|
|
|
|
</p> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if not tournament.is_custom_animation %} |
|
|
|
|
{% with status=tournament.get_online_registration_status %} |
|
|
|
|
{% if tournament.enable_online_registration %} |
|
|
|
|
{% if not tournament.is_custom_animation %} |
|
|
|
|
<p> |
|
|
|
|
<div class="semibold">Inscription en ligne</div> |
|
|
|
|
|
|
|
|
|
@ -268,6 +268,7 @@ |
|
|
|
|
{{ status.status_localized }} |
|
|
|
|
</div> |
|
|
|
|
</p> |
|
|
|
|
{% endif %} |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% if status.display_register_option and team is None %} |
|
|
|
|
@ -308,7 +309,6 @@ |
|
|
|
|
{% endif %} |
|
|
|
|
{% endif %} |
|
|
|
|
{% endwith %} |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<!-- Sponsors Section --> |
|
|
|
|
|