From 25a3ef3f0c8234895662d04dd113af1d80c1b05b Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 6 Oct 2016 16:15:53 +0100 Subject: [PATCH] Don't login in new window --- templates/registration/loginform.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registration/loginform.html b/templates/registration/loginform.html index 74a3787b..4ec09d2c 100644 --- a/templates/registration/loginform.html +++ b/templates/registration/loginform.html @@ -3,7 +3,7 @@ {% include 'form_errors.html' %}
-
{% csrf_token %} + {% csrf_token %}
{% render_field form.username class+="form-control" placeholder=form.username.label autofocus="" %}