summaryrefslogtreecommitdiff
path: root/web/templates/base.html
diff options
context:
space:
mode:
authorDominic DiTaranto <domdit@gmail.com>2024-10-29 12:04:25 -0400
committerDominic DiTaranto <domdit@gmail.com>2024-10-29 12:04:25 -0400
commitd775089ad63f271679b609828c0cdcf6b354d715 (patch)
tree99772976cf1464a919ffaafba04246f119df48c0 /web/templates/base.html
parentb30da975af9a01e8c4a31c784a422272033fc87f (diff)
password changepassword-change
Diffstat (limited to 'web/templates/base.html')
-rw-r--r--web/templates/base.html1
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>