From 6757799993def3db8ab36c899d5a27abef50bc18 Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Wed, 10 Aug 2022 14:58:19 +0200 Subject: [PATCH] [TOWS-114] add townstreet flyTo btn (desktop geoloc helper) --- .../forms/widgets/tows_flyto_button.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/qommon/forms/widgets/tows_flyto_button.html diff --git a/templates/qommon/forms/widgets/tows_flyto_button.html b/templates/qommon/forms/widgets/tows_flyto_button.html new file mode 100644 index 00000000..82cdcd8a --- /dev/null +++ b/templates/qommon/forms/widgets/tows_flyto_button.html @@ -0,0 +1,19 @@ +{% extends "qommon/forms/widget.html" %} +{% block widget-content %} +Localisation incorrecte / je suis perdu : réinitialiser la carte (positionne la carte sur la commune) + + +{% endblock %} \ No newline at end of file