feat: maintenance mode indicator for whitelisted ips

This commit is contained in:
2026-09-11 08:29:51 +02:00
parent 3cdaee1df3
commit d86eb1fd2e
5 changed files with 64 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
{% endblock %}
</head>
<body class="bg-white text-gray-700 font-sans antialiased text-sm">
{% include '_partials/_maintenance_banner.html.twig' %}
{% block body %}{% endblock %}
{% include '_partials/_flashes.html.twig' %}
</body>