From a847560476e1f19c7b6be782b44842283b4d3517 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 9 May 2025 10:41:44 +0200 Subject: ✨ GIS API: manage GIS connections (list, request token, create token, delete) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/navbar.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/templates/navbar.html') diff --git a/ishtar_common/templates/navbar.html b/ishtar_common/templates/navbar.html index 3e7190645..79023100a 100644 --- a/ishtar_common/templates/navbar.html +++ b/ishtar_common/templates/navbar.html @@ -33,6 +33,9 @@ {% trans "Change password" %} + {% if SITE_PROFILE.gis_connector %} + {% trans "GIS connections" %} + {% endif %} {% trans "Changelog" %} -- cgit v1.2.3