From e5127e8fd6b1263a4c5f99ca2a648662aa220464 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 20 Feb 2019 13:15:03 +0100 Subject: Map: manage controls (scaleline, fullscreen, overview, track position) - track position --- ishtar_common/templates/base.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 29eb17ae6..7807769e5 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -63,8 +63,12 @@ var item_list_msg = "{% trans "Item list" %}"; var autorefresh_message_start = "{% trans 'Autorefresh start. The form is disabled.' %}"; var autorefresh_message_end = "{% trans 'Autorefresh end. The form is re-enabled.' %}"; + var track_me_msg = "{% trans "Geolocalize me" %}"; + var geoloc_activated_msg = "{% trans "Geolocation activated" %}"; + var geoloc_disabled_msg = "{% trans "Geolocation disabled" %}"; {% endcompress %} + {% compress css %} @@ -74,7 +78,6 @@ href="{{STATIC_URL}}datatables/datatables.min.css?ver={{VERSION}}"> - {% for url_css in JQGRID_CSS %}{% endfor %} {{EXTRA_CSS|safe}} -- cgit v1.2.3