From 5d8d4efd8109c1c634f517c03d783c7629e63890 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 24 Aug 2025 19:18:44 +0000 Subject: [PATCH] Update web/illustrations/settings.py --- web/illustrations/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web/illustrations/settings.py b/web/illustrations/settings.py index 04f290a..45bebf5 100644 --- a/web/illustrations/settings.py +++ b/web/illustrations/settings.py @@ -35,6 +35,7 @@ TEMPLATES = [{ "django.contrib.messages.context_processors.messages", # ✅ add this line to expose {{ APP_VERSION }} in templates "core.context_processors.app_version", + "core.context_processors.pending_announcement", ]}, }] WSGI_APPLICATION="illustrations.wsgi.application"