Update web/illustrations/settings.py
This commit is contained in:
parent
c32c8cb0e6
commit
5d8d4efd81
@ -35,6 +35,7 @@ TEMPLATES = [{
|
|||||||
"django.contrib.messages.context_processors.messages",
|
"django.contrib.messages.context_processors.messages",
|
||||||
# ✅ add this line to expose {{ APP_VERSION }} in templates
|
# ✅ add this line to expose {{ APP_VERSION }} in templates
|
||||||
"core.context_processors.app_version",
|
"core.context_processors.app_version",
|
||||||
|
"core.context_processors.pending_announcement",
|
||||||
]},
|
]},
|
||||||
}]
|
}]
|
||||||
WSGI_APPLICATION="illustrations.wsgi.application"
|
WSGI_APPLICATION="illustrations.wsgi.application"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user