From bebb3a9c25b7d91ccf47e1bbdcc696179b5cc17c Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 2 Mar 2019 17:56:21 +0100 Subject: [PATCH] Add OSM message for coordinates --- map/templates/map/change_location.html | 4 ++++ 1 file changed, 4 insertions(+) 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 }}