summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/navbar.html
diff options
context:
space:
mode:
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 d8e368bbc..3e7190645 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>
+ <a class="dropdown-item" href="{% url 'changelog' %}">
+ {% trans "Changelog" %}
+ </a>
<a class="dropdown-item" href="{% url 'logout' %}">
{% trans "Log out" %}
</a>