From a537235d7fff5f6c66e8d0276b8a0181e1adf9d9 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Tue, 7 Sep 2010 20:33:58 +0000 Subject: [PATCH] [1.2.X] Fixed #13853 - line with csrf_token too wide Thanks to alper for report, alper/richardb for patch Backport of [13688] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13691 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 d8712d52c8..4a6e30fc00 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 }}