This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
<h3><?= esc($competition['title']) ?></h3>
|
||||
<div class="text-muted mb-3">
|
||||
Published: <?= esc($competition['published_at'] ?? '') ?>
|
||||
<?php if (!empty($schoolYear)): ?>
|
||||
<span class="ms-2">School Year: <?= esc($schoolYear) ?></span>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<?php if (empty($winnersByClass)): ?>
|
||||
|
||||
Reference in New Issue
Block a user