summaryrefslogtreecommitdiffstats
path: root/pyc/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyc/templates/index.html')
-rw-r--r--pyc/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyc/templates/index.html b/pyc/templates/index.html
index f2372ea..439beb9 100644
--- a/pyc/templates/index.html
+++ b/pyc/templates/index.html
@@ -19,6 +19,8 @@ If you are interested, please contact raylu.
<p>
{% if authenticated %}
+ <a href="{% url django.contrib.auth.views.password_change %}">Change Password</a>
+ <br />
<a href="{% url django.contrib.auth.views.logout %}">Logout</a>
{% else %}
<a href="{% url django.contrib.auth.views.login %}">Login</a>