Move online registration block inside custom animation check

mailing
Razmig Sarkissian 2 months ago
parent 289e8e8e8c
commit 26b7aea651
  1. 4
      tournaments/templates/tournaments/tournament_info.html

@ -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 -->

Loading…
Cancel
Save