From: Guillaume Pellerin Date: Thu, 19 Jan 2023 14:49:09 +0000 (+0100) Subject: fix dict X-Git-Tag: 2.8.0~14 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=93c28a8301f3ede07d99d115b269e2f592d99d6a;p=teleforma.git fix dict --- diff --git a/teleforma/context_processors.py b/teleforma/context_processors.py index c010c77f..ffae2449 100644 --- a/teleforma/context_processors.py +++ b/teleforma/context_processors.py @@ -47,4 +47,4 @@ def periods(request): def debug(request): - return settings.DEBUG \ No newline at end of file + return {'debug': settings.DEBUG} \ No newline at end of file