Add OSM message for coordinates

This commit is contained in:
Gabriel Augendre 2019-03-02 17:56:21 +01:00
parent bcc419c0a7
commit bebb3a9c25

View file

@ -4,6 +4,10 @@
{% block h1 %}Change your location{% endblock %}
{% block content %}
<p>
You can find the GPS coordinates of your place with <a href="https://www.openstreetmap.org">OpenStreetMap</a>
(right click, show address, and the coordinates are displayed in the left panel).
</p>
<form method="post">
{% csrf_token %}
{{ form|crispy }}