Skip to content

Commit

Permalink
chore(example): Password change missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Dec 12, 2021
1 parent 1e64483 commit 2a9cf3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/example/templates/base.html
Expand Up @@ -28,6 +28,7 @@
<ul>
{% if user.is_authenticated %}
<li><a href="{% url 'account_email' %}">Change E-mail</a></li>
<li><a href="{% url 'account_change_password' %}">Change Password</a></li>
<li><a href="{% url 'socialaccount_connections' %}">Social Accounts</a></li>
<li><a href="{% url 'account_logout' %}">Sign Out</a></li>
{% else %}
Expand Down

0 comments on commit 2a9cf3d

Please sign in to comment.