initial commit
This commit is contained in:
commit
6f5167c24f
45 changed files with 763 additions and 0 deletions
6
templates/registration/login.html
Normal file
6
templates/registration/login.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<h2>Login</h2>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue