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>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
{{ form | crispy }}
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue