ajout d'une petite aide au positionnement
This commit is contained in:
parent
557417090a
commit
8b95865a14
@ -332,7 +332,7 @@ class PlaceForm(ModelForm):
|
|||||||
|
|
||||||
def as_grid(self):
|
def as_grid(self):
|
||||||
return mark_safe('<div class="grid"><div>' + super().as_p() + '</div><div><div class="map-widget">' +
|
return mark_safe('<div class="grid"><div>' + super().as_p() + '</div><div><div class="map-widget">' +
|
||||||
'<div id="map_location" style="width: 100%; aspect-ratio: 16/9"></div></div></div></div>')
|
'<div id="map_location" style="width: 100%; aspect-ratio: 16/9"></div><p>Cliquez pour ajuster la position GPS</p></div></div></div>')
|
||||||
|
|
||||||
|
|
||||||
def apply(self):
|
def apply(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user