Reformat
This commit is contained in:
parent
ba55d7491f
commit
d29ffdc660
|
@ -31,8 +31,6 @@
|
|||
<h1 class="display-4 fw-normal align-bottom text-center">Log in</h1>
|
||||
<form method="post" class="mx-auto pt-4">
|
||||
{% csrf_token %}
|
||||
<!-- <img class="mb-4" src="" alt="" width="" height="">-->
|
||||
|
||||
<div class="shadow form-floating my-2">
|
||||
<input class="form-control" placeholder="Username" type="text" name="username" autofocus=""
|
||||
autocapitalize="none" autocomplete="username"
|
||||
|
@ -49,7 +47,8 @@
|
|||
|
||||
<button class="shadow w-100 btn btn-lg btn-secondary" type="submit">Log In</button>
|
||||
</form>
|
||||
</divclass>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user