From 226ddc92a103e131cceaf73f0478022036730c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Fri, 24 Nov 2023 16:45:35 +0100 Subject: [PATCH] re-add text on how to access your position --- src/c3nav/site/templates/site/position_detail.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/c3nav/site/templates/site/position_detail.html b/src/c3nav/site/templates/site/position_detail.html index ec354e2e..46b9d1d3 100644 --- a/src/c3nav/site/templates/site/position_detail.html +++ b/src/c3nav/site/templates/site/position_detail.html @@ -28,6 +28,10 @@

{% trans 'We only keep your last position, we do not save any position history.' %}

+

+ {% trans 'To access this position on the map, visit:' %}
+ /l/p:{{ position.secret }}/ +

{% trans 'To get and set it via the API, use this API endpoint:' %}
{% url 'api-v2:position-update' position_id=position.slug %}