Hide online registration for custom animation tournaments

mailing
Razmig Sarkissian 2 months ago
parent 07d5d20800
commit 289e8e8e8c
  1. 2
      tournaments/templates/tournaments/tournament_info.html

@ -238,6 +238,7 @@
</ul>
</p>
{% endif %}
{% if not tournament.is_custom_animation %}
{% with status=tournament.get_online_registration_status %}
{% if tournament.enable_online_registration %}
<p>
@ -307,6 +308,7 @@
{% endif %}
{% endif %}
{% endwith %}
{% endif %}
</div>
</div>
<!-- Sponsors Section -->

Loading…
Cancel
Save