mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Add banner to warn when debug mode is active
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user