add: delete account

This commit is contained in:
2023-10-24 17:10:32 +02:00
parent 3e7a9c9b00
commit a17fa07805
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<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>