Add password change view (#168)

This commit is contained in:
Sascha Ißbrücker
2021-10-16 05:42:04 +02:00
committed by GitHub
parent eae6ca6e07
commit 984eef92e2
5 changed files with 137 additions and 0 deletions

View File

@@ -9,6 +9,9 @@
{# Profile section #}
<section class="content-area">
<h2>Profile</h2>
<p>
<a href="{% url 'change_password' %}">Change password</a>
</p>
<form action="{% url 'bookmarks:settings.general' %}" method="post" novalidate>
{% csrf_token %}
<div class="form-group">