diff --git a/templates/main/footer.html.twig b/templates/main/footer.html.twig index 19480b9..37e527b 100644 --- a/templates/main/footer.html.twig +++ b/templates/main/footer.html.twig @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/templates/sortie/create.html.twig b/templates/sortie/create.html.twig index ef4a9ba..78ebce1 100644 --- a/templates/sortie/create.html.twig +++ b/templates/sortie/create.html.twig @@ -6,7 +6,14 @@ {% block title %}📣 Sortie.com Nouvelle sortie 🔊{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} + + {% endblock %} @@ -51,6 +62,7 @@ {{ form_start(form, { 'attr': { 'class': 'space-y-6' } }) }} +