diff options
-rw-r--r-- | templates/patchwork/profile.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/patchwork/profile.html b/templates/patchwork/profile.html index e2d0b90..dd5d35e 100644 --- a/templates/patchwork/profile.html +++ b/templates/patchwork/profile.html @@ -117,6 +117,11 @@ address.</p> </form> </div> +<div class="box"> +<h2>Authentication</h2> +<a href="{% url django.contrib.auth.views.password_change %}">Change password</a> +</div> + </div> <p style="clear: both"></p> |