From 72d2524c221bfa6afe79bb81957e4a12536f03eb Mon Sep 17 00:00:00 2001 From: Ainsley Ellis Date: Sun, 1 Dec 2024 13:49:25 +0000 Subject: [PATCH] Fix conditionally rendered submission notice --- www/games/game.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/games/game.php b/www/games/game.php index 734d8ac..f85a3ff 100644 --- a/www/games/game.php +++ b/www/games/game.php @@ -101,8 +101,7 @@ include "partials/head.php"; ) { ?>

You haven't submitted work to this contest.

Submit to name ?>

- - status_id !== STATUS_DONE && !$submission) { ?> + status_id !== STATUS_DONE && !$submission) { ?>

You didn't submit a work to this contest.