ft_transcendence/django/trancendence/accounts/templates/delete.html

8 lines
240 B
HTML
Raw Normal View History

2023-10-24 11:10:32 -04:00
<html>
<form method='post'>
{% csrf_token %}
<input type="text" name="username" placeholder="username">
<input type="text" name="password" placeholder="password">
<input type='submit'>
</form>
</html>