feat(frontend): integrate tailwind pipeline and update templates
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
{% block title %}HoopScout | Login{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="panel narrow">
|
||||
<section class="panel mx-auto max-w-lg">
|
||||
<h1>Login</h1>
|
||||
<form method="post" class="stack">
|
||||
<form method="post" class="mt-4 space-y-4">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button type="submit" class="button">Sign in</button>
|
||||
<button type="submit" class="btn">Sign in</button>
|
||||
</form>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user