initial
This commit is contained in:
commit
39cd44d022
54 changed files with 2144 additions and 0 deletions
11
templates/registration/login.html
Normal file
11
templates/registration/login.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends "core/pages/index.html" %}
|
||||
|
||||
{% load static %}
|
||||
|
||||
{% block main %}
|
||||
<form action="" method="post" autocomplete="off" style="display: grid;gap: 1rem;">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button class="btn btn-primary" type="submit" style="margin-top:1rem;">Login</button>
|
||||
</form>
|
||||
{% endblock main %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue