diff --git a/templates/registration/login.html b/templates/registration/login.html index c34c7582..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 %}