diff --git a/map/templates/map/change_location.html b/map/templates/map/change_location.html index 6aa080f..ff82924 100644 --- a/map/templates/map/change_location.html +++ b/map/templates/map/change_location.html @@ -4,6 +4,10 @@ {% block h1 %}Change your location{% endblock %} {% block content %} +

+ You can find the GPS coordinates of your place with OpenStreetMap + (right click, show address, and the coordinates are displayed in the left panel). +

{% csrf_token %} {{ form|crispy }}