apply the school year concept
Tests / PHPUnit (push) Failing after 1m19s

This commit is contained in:
root
2026-07-14 00:59:00 -04:00
parent 504c3bc9f9
commit feb1b29a32
73 changed files with 4288 additions and 620 deletions
+8
View File
@@ -0,0 +1,8 @@
<?= $this->extend('layout/main') ?>
<?= $this->section('content') ?>
<div class="alert alert-danger" role="alert">
<h1 class="h5 mb-2">School-year context unavailable</h1>
<p class="mb-0"><?= esc($message ?? 'The selected school year is not available.') ?></p>
</div>
<?= $this->endSection() ?>