From b1f11c01d05a05f1e55ec6fb8215e668c102361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 15 Apr 2013 10:41:05 +0200 Subject: Add request.environ if DEBUG is set --- templates/layout.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layout.jinja') diff --git a/templates/layout.jinja b/templates/layout.jinja index dcddc33..cce472b 100644 --- a/templates/layout.jinja +++ b/templates/layout.jinja @@ -14,7 +14,7 @@ {% endblock %} - + {% if config['DEBUG'] %}{% endif %}