diff --git a/website/templates/login.html b/website/templates/login.html index 610472f..7442ffc 100644 --- a/website/templates/login.html +++ b/website/templates/login.html @@ -35,7 +35,7 @@ {% if next %}

Veuillez vous connecter pour accéder à cette page.

{% endif %} -
+ {% csrf_token %} {% bootstrap_form form %} {% bootstrap_button "Connexion" button_type="submit" button_class="btn-lg btn-primary" %}