diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-05-09 10:41:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-15 19:32:59 +0200 |
commit | 16146deb2e76bb77f9566e0c3d5f21fd98d0f65c (patch) | |
tree | 0aeb1358e2cc4a640845885e1179390b7656f54f /ishtar_common/templates/navbar.html | |
parent | 99ca4cbcf573cdd80ab525d573b1f0e3ab738057 (diff) | |
download | Ishtar-16146deb2e76bb77f9566e0c3d5f21fd98d0f65c.tar.bz2 Ishtar-16146deb2e76bb77f9566e0c3d5f21fd98d0f65c.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.html | 3 |
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> |