summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/navbar.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-05-09 10:41:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-13 18:16:05 +0200
commit5b0c5f805eb444269668e318082ec7809719ff8f (patch)
tree35d048c9a4568937785cabb3a8fc669998d5f323 /ishtar_common/templates/navbar.html
parent2213cdd8fd06f5df85c14fd7306ba2fdfab831e2 (diff)
downloadIshtar-5b0c5f805eb444269668e318082ec7809719ff8f.tar.bz2
Ishtar-5b0c5f805eb444269668e318082ec7809719ff8f.zip
✨ GIS API: manage GIS connections (list, request token, create token, delete)
Diffstat (limited to 'ishtar_common/templates/navbar.html')
-rw-r--r--ishtar_common/templates/navbar.html3
1 files changed, 3 insertions, 0 deletions
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 @@
<a class="dropdown-item" href="{% url 'password_change' %}">
{% trans "Change password" %}
</a>
+ {% if SITE_PROFILE.gis_connector %}<a class="dropdown-item" href="{% url 'gis-token-list' %}">
+ {% trans "GIS connections" %}
+ </a>{% endif %}
<a class="dropdown-item" href="{% url 'changelog' %}">
{% trans "Changelog" %}
</a>