backend: add: register

This commit is contained in:
2023-10-24 16:31:26 +02:00
parent 5fea6457da
commit a3e2c2f631
4 changed files with 35 additions and 3 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>