From 15bde2461e1152871eb3440bf61a134aad301678 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 22 Dec 2023 02:13:18 +0000 Subject: [PATCH] Game Jam: Update message --- app/blueprints/homepage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/blueprints/homepage/__init__.py b/app/blueprints/homepage/__init__.py index 816192c4..f8838acd 100644 --- a/app/blueprints/homepage/__init__.py +++ b/app/blueprints/homepage/__init__.py @@ -44,7 +44,7 @@ class GameJam: title = "Minetest Game Jam 2023: \"Unexpected\"" author = None - short_desc = "The game jam has begun! You have until December 21st to make a game with the theme \"Unexpected\"." + short_desc = "The game jam has finished! It's now up to the community to play and rate the games." type = type("", (), dict(value="Competition"))() content_warnings = [] reviews = []