ft_transcendence/accounts/templates/change_password.html

7 lines
128 B
HTML
Raw Normal View History

2023-10-24 11:20:16 -04:00
<html>
<form method='post'>
{% csrf_token %}
{{form.as_p}}
2023-10-24 11:20:16 -04:00
<input type='submit'>
</form>
</html>