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

Loading…
Cancel
Save