From a743e90d88fa17ff13f3bff4e161fb634f84338a Mon Sep 17 00:00:00 2001 From: detraz Date: Sun, 14 Oct 2018 21:05:18 +0200 Subject: [PATCH] Fix , next n'est pas bien remplie --- 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 6c62f013..234144c5 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block title %}{% trans "Log in" %}{% endblock %} {% block content %} -
+ {% csrf_token %} {% bootstrap_form form %}