diff --git a/src/agenda_culturel/forms.py b/src/agenda_culturel/forms.py index 10f0bb4..d576147 100644 --- a/src/agenda_culturel/forms.py +++ b/src/agenda_culturel/forms.py @@ -332,7 +332,7 @@ class PlaceForm(ModelForm): def as_grid(self): return mark_safe('
' + super().as_p() + '
' + - '
') + '

Cliquez pour ajuster la position GPS

') def apply(self):