add: change password
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user