ft_transcendence/accounts/templates/change_password.html

7 lines
128 B
HTML

<html>
<form method='post'>
{% csrf_token %}
{{form.as_p}}
<input type='submit'>
</form>
</html>