From 9718496a31fd227d1a35622643b047be54bfa83d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 7 Oct 2016 15:08:52 +0200 Subject: [PATCH] Improve login page --- authentication/templates/authentication/auth_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/templates/authentication/auth_form.html b/authentication/templates/authentication/auth_form.html index 8889833..e8d5b64 100644 --- a/authentication/templates/authentication/auth_form.html +++ b/authentication/templates/authentication/auth_form.html @@ -11,7 +11,7 @@ {% endif %} {% csrf_token %} {{ form|crispy }} - + {% endblock %} \ No newline at end of file