re-add text on how to access your position

This commit is contained in:
Laura Klünder 2023-11-24 16:45:35 +01:00
parent 74f78ab95e
commit 226ddc92a1

View file

@ -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>