Skip to content

Commit

Permalink
Delay results as per rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Sep 1, 2023
1 parent 797c15a commit 2448023
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/Views/competition_results.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?= $this->extend('competition') ?>

<?= $this->section('subcontent') ?>
<?php if ($isStarted && !$isFinished) : ?>
<?php if ($competition['ID'] == 'OSN2023') : ?>
<div class="bp3-callout bp3-intent-warning">
<p>Ini adalah hasil sementara, yang hanya menampilkan <b>hasil 4 jam pertama</b> setiap harinya.</p>
<hr />
<p>These are preliminary results, showing only the <b>results from the first 4 hours</b> of each day.</p>
<p>Berdasarkan peraturan BPTI, detail hasil setiap bidang hanya boleh dirilis beberapa hari setelah pengumuman resmi. 🙏</p>
</div>
<br />
<?php endif; ?>
Expand Down

0 comments on commit 2448023

Please sign in to comment.