add: login

This commit is contained in:
2023-10-24 17:06:43 +02:00
parent cb010470a9
commit 3e7a9c9b00
2 changed files with 30 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>