re-add text on how to access your position
This commit is contained in:
parent
74f78ab95e
commit
226ddc92a1
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
<p>
|
||||
{% trans 'We only keep your last position, we do not save any position history.' %}
|
||||
</p>
|
||||
<p>
|
||||
{% trans 'To access this position on the map, visit:' %}<br>
|
||||
<code><a href="/l/p:{{ position.secret }}/">/l/p:{{ position.secret }}/</a></code>
|
||||
</p>
|
||||
<p>
|
||||
{% trans 'To get and set it via the API, use this API endpoint:' %}<br>
|
||||
<code>{% url 'api-v2:position-update' position_id=position.slug %}</code>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue