diff --git a/templates/registration/login.html b/templates/registration/login.html index 73df7521..b7ae87cf 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -11,7 +11,7 @@ SPDX-License-Identifier: GPL-2.0-or-later

Login

{% csrf_token %} - {{ form.as_p }} + {{ form | crispy }}
{% endblock %}