From b39afb57408f142e6fa6f95f268ae778f746381b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Sun, 13 Mar 2016 16:42:22 +0100 Subject: [PATCH] Keep the target url with the query string. --- templates/authentic2/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/authentic2/form.html b/templates/authentic2/form.html index 0251ad7..03269e1 100644 --- a/templates/authentic2/form.html +++ b/templates/authentic2/form.html @@ -1,5 +1,5 @@ {% load i18n %} -
+ {% csrf_token %} {% include "authentic2/form_fields.html" with form=form %}