From f6464c2a144a3ec1cc908dc1aacbc9afc8690727 Mon Sep 17 00:00:00 2001
From: Pierre-antoine Comby <comby@crans.org>
Date: Sun, 11 Aug 2019 17:52:53 +0200
Subject: [PATCH] move to crispy_forms

---
 templates/registration/login.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 <h2>Login</h2>
 <form method="post">
   {% csrf_token %}
-  {{ form.as_p }}
+  {{ form | crispy }}
   <button type="submit">Login</button>
 </form>
 {% endblock %}
-- 
GitLab