From cbc2a63c2a5fc07a39d5738e6fb73501c5cfd298 Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sun, 14 Oct 2018 20:17:51 +0200 Subject: [PATCH 1/2] Fix login next + display ap --- templates/registration/login.html | 2 +- topologie/models.py | 4 ++++ topologie/templates/topologie/aff_building.html | 2 ++ topologie/views.py | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/registration/login.html b/templates/registration/login.html index c34c7582..6c62f013 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 %}