{% extends "layouts/base.html" %} {% block title %}{{ _('Calendar') }} - TryoutPro{% endblock %} {% block page_title %}{{ _('Calendar') }}{% endblock %} {% block breadcrumb %}Home / Calendar{% endblock %} {% block content %}

{{ _('Schedule') }}

{% endblock %} {% block scripts %} {# The stylesheet that used to sit here — index.global.min.css — does not exist. FullCalendar 6 bundles its styles into the JS, and that file is not in the published package: the link had been answering 404 on every calendar load since the upgrade. A failed stylesheet is silent in the browser, which is why it survived. Integrity pins the bundle (QUA-004): this file is executable script from a third party, on the page that shows every match in the club. See the note in layouts/base.html for what SRI does and does not promise. #} {% endblock %}