From 4f4e20be3333a656996c027a52a4a06d4a2a2480 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Tue, 7 Sep 2010 20:21:50 +0000 Subject: [PATCH] Fixed #13853 - line with csrf_token too wide Thanks to alper for report, alper/richardb for patch git-svn-id: http://code.djangoproject.com/svn/django/trunk@13688 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/auth.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index d8712d52c88..4a6e30fc001 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -794,7 +794,8 @@ the following line to your URLconf::

Your username and password didn't match. Please try again.

{% endif %} -
{% csrf_token %} + + {% csrf_token %}
{{ form.username.label_tag }}