summaryrefslogtreecommitdiffstats
path: root/templates/identity/_menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/identity/_menu.html')
-rw-r--r--templates/identity/_menu.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/identity/_menu.html b/templates/identity/_menu.html
index f841284..c6c375b 100644
--- a/templates/identity/_menu.html
+++ b/templates/identity/_menu.html
@@ -8,4 +8,10 @@
<a href="/auth/logout/">
<i class="fa-solid fa-right-from-bracket"></i> Logout
</a>
+ {% if request.user.admin %}
+ <h3>Administration</h3>
+ <a href="{% url "admin_domains" %}" {% if section == "domains" %}class="selected"{% endif %}>
+ <i class="fa-solid fa-globe"></i> Domains
+ </a>
+ {% endif %}
</nav>