fixed edit/create messages

This commit is contained in:
julien
2026-02-22 20:46:23 +01:00
parent 4c24a4d083
commit 5e1947e6d3
6 changed files with 64 additions and 6 deletions

View File

@@ -16,7 +16,6 @@
{# Header commun #}
{% include 'partials/_header.twig' %}
{# Zone principale chaque page injecte son contenu #}
<main>
{% block content %}{% endblock %}
@@ -25,8 +24,8 @@
{# Footer commun #}
{% include 'partials/_footer.twig' %}
{# Scripts globaux #}
<script src="/js/app.js"></script>
{# <script src="/js/app.js"></script> #}
{% block scripts %}{% endblock %}</body>
</html>