]> git.parisson.com Git - teleforma.git/commitdiff
fix dict
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 19 Jan 2023 14:49:09 +0000 (15:49 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 19 Jan 2023 14:49:09 +0000 (15:49 +0100)
teleforma/context_processors.py

index c010c77f0c33158f093655e1a403703d48b2ec12..ffae24495399680abaf58812fadbb1a41b11ed29 100644 (file)
@@ -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