summaryrefslogtreecommitdiff
path: root/templates/layout.jinja
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-04-15 10:41:05 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-04-15 10:41:05 +0200
commitb1f11c01d05a05f1e55ec6fb8215e668c102361c (patch)
treed0a8d50e11fd8d4a59be034f906337ac78b728ea /templates/layout.jinja
parenta490cea91ce2cc55de8658ab4ea72c5bf3056576 (diff)
downloadkosten-b1f11c01d05a05f1e55ec6fb8215e668c102361c.tar.gz
kosten-b1f11c01d05a05f1e55ec6fb8215e668c102361c.tar.bz2
kosten-b1f11c01d05a05f1e55ec6fb8215e668c102361c.zip
Add request.environ if DEBUG is set
Diffstat (limited to '')
-rw-r--r--templates/layout.jinja2
1 files changed, 1 insertions, 1 deletions
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 @@
<link href="{{ "css/style.css" | static_url }}" rel="stylesheet" type="text/css">
{% endblock %}
</head>
-
+ {% if config['DEBUG'] %}<!-- {{ request.environ | safe }} -->{% endif %}
<body>
<div id="wrapper">
<div id="logo">