This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
|
||||
<div class="container mt-4">
|
||||
<h3>Competition Winners</h3>
|
||||
<p class="text-muted">Published competition winner announcements.</p>
|
||||
<p class="text-muted">
|
||||
Published competition winner announcements
|
||||
<?php if (!empty($schoolYear)): ?>
|
||||
for <?= esc($schoolYear) ?>
|
||||
<?php endif; ?>.
|
||||
</p>
|
||||
|
||||
<div class="list-group">
|
||||
<?php foreach ($competitions as $c): ?>
|
||||
|
||||
Reference in New Issue
Block a user