diff --git a/map/templates/map/change_location.html b/map/templates/map/change_location.html index ff82924..67cf23d 100644 --- a/map/templates/map/change_location.html +++ b/map/templates/map/change_location.html @@ -4,10 +4,21 @@ {% 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). -

+
+

Notice

+

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

+
+

+ The precision of the GPS coordinates is at your own discretion. Please note that they will be stored + directly in the database in order to be displayed to other users. + If you want to protect your privacy, you are advised to choose a location at the center of a large city near + you. +

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