Merge branch 'Johan'

This commit is contained in:
Olivier PARPAILLON
2024-11-21 10:19:25 +01:00
8 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{% block head %}
<head>
<meta charset="UTF-8">
<title>Créer une sortie</title>
{% block title %}&#128227; Sortie.com Nouvelle sortie &#128266;{% endblock %}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />

View File

@@ -2,7 +2,7 @@
{% block head %}
<head>
<meta charset="UTF-8">
<title>Sortie</title>
{% block title %}&#128227; Sortie.com List &#128266;{% endblock %}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}