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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/navbar.html b/ishtar_common/templates/navbar.html
index bc244973c..d8e368bbc 100644
--- a/ishtar_common/templates/navbar.html
+++ b/ishtar_common/templates/navbar.html
@@ -30,17 +30,17 @@
<a class="dropdown-item" href="{% url 'profile' %}">
{% trans "Profile" %}
</a>
- <a class="dropdown-item" href="{% url 'auth_password_change' %}">
+ <a class="dropdown-item" href="{% url 'password_change' %}">
{% trans "Change password" %}
</a>
- <a class="dropdown-item" href="{% url 'auth_logout' %}">
+ <a class="dropdown-item" href="{% url 'logout' %}">
{% trans "Log out" %}
</a>
</div>
</li>
{% else %}
<li class="nav-item">
- <a class="nav-link" href="{% url 'auth_login' %}">{% trans "Log in" %}</a>
+ <a class="nav-link" href="{% url 'login' %}">{% trans "Log in" %}</a>
</li>
{% endif %}
{% if LANGUAGES|length > 1 %}