update
This commit is contained in:
12
templates/registration/login.html
Normal file
12
templates/registration/login.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Log in | Arbit{% endblock %}
|
||||
{% block content %}
|
||||
<div class="card" style="max-width: 420px; margin: 8vh auto;">
|
||||
<h1>Log in</h1>
|
||||
<form method="post" class="grid">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button type="submit">Log in</button>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user