Add banner to warn when debug mode is active

This commit is contained in:
Alexandre Iooss 2020-07-29 10:14:57 +02:00
parent f597b6dbd8
commit d455c5c533
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% block extracss %}{% endblock %}
</head>
<body class="d-flex w-100 h-100 flex-column">
{% if debug %}<div style="background:#ffeeba;text-align:center">Mode DEBUG activé.</div>{% endif %}
<main class="mb-auto">
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-navbar shadow-sm">
<a class="navbar-brand" href="/">{{ request.site.name }}</a>