9 lines
331 B
HTML
9 lines
331 B
HTML
<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> |