diff options
Diffstat (limited to 'web/templates/base.html')
-rw-r--r-- | web/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/base.html b/web/templates/base.html index d6ba2da..b5bc4a3 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -19,6 +19,7 @@ </div> <div style="float:right;"> <a href="{% url 'index' %}">home</a> | + <a href="{% url 'change_password' %}">change password</a> | <a href="{% url 'logout' %}">logout</a> </div> |