ft_transcendence/accounts/templates/delete.html

7 lines
125 B
HTML
Raw Normal View History

2023-10-24 11:10:32 -04:00
<html>
<form method='post'>
{% csrf_token %}
2023-10-25 10:10:23 -04:00
{{ form }}
2023-10-24 11:10:32 -04:00
<input type='submit'>
</form>
</html>