From 18ba990affe68b60d9aa3f36abf71eb7d43bd6a0 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Fri, 9 Oct 2020 16:35:33 +0200 Subject: [PATCH] fix login form fixes #11 --- 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 9e65898..b73116f 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -20,7 +20,7 @@ {% endif %} -
+ {% csrf_token %} {% bootstrap_form form %} {% url 'admin_password_reset' as password_reset_url %}