mirror of https://gitlab.crans.org/bde/nk20
move to crispy_forms
This commit is contained in:
parent
13d67c26bf
commit
f6464c2a14
|
@ -11,7 +11,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
<h2>Login</h2>
|
<h2>Login</h2>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form.as_p }}
|
{{ form | crispy }}
|
||||||
<button type="submit">Login</button>
|
<button type="submit">Login</button>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue