Add OSM message for coordinates
This commit is contained in:
parent
bcc419c0a7
commit
bebb3a9c25
1 changed files with 4 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue