From c0f71075177e0ef2e1c479ccfadd3f37f1a6f60c Mon Sep 17 00:00:00 2001 From: Livvy Mackintosh Date: Mon, 9 Oct 2017 18:08:04 +0100 Subject: [PATCH] Fix login 'next' page redirect --- ojusomap/templates/registration/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ojusomap/templates/registration/login.html b/ojusomap/templates/registration/login.html index 7117ebc..7ccabe3 100644 --- a/ojusomap/templates/registration/login.html +++ b/ojusomap/templates/registration/login.html @@ -13,7 +13,7 @@

{% trans "Welcome!" %}

{% bootstrap_messages %} -
+ {% csrf_token %} {% antispam_fields %} {{form|crispy}}