From 0342764081b9a5d813c5707b914d869d05a23c0d Mon Sep 17 00:00:00 2001 From: Ainsley Ellis Date: Mon, 13 Jan 2025 22:57:28 -0500 Subject: [PATCH] Show "No submission" message during all non-enrolling game states --- www/games/game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/games/game.php b/www/games/game.php index b0e6ffa..1681592 100644 --- a/www/games/game.php +++ b/www/games/game.php @@ -102,7 +102,7 @@ include "partials/head.php"; ) { ?>

You haven't submitted work to this contest.

Submit to name ?>

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

You didn't submit a work to this contest.