add: change password

This commit is contained in:
2023-10-24 17:20:16 +02:00
parent a17fa07805
commit 82f2e4647c
3 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,9 @@
<html>
<form method='post'>
{% csrf_token %}
<input type="text" name="username" placeholder="username">
<input type="text" name="current_password" placeholder="current_password">
<input type="text" name="new_password" placeholder="new_password">
<input type='submit'>
</form>
</html>