Author: lukeplant
Date: 2010-09-07 15:33:58 -0500 (Tue, 07 Sep 2010)
New Revision: 13691

Modified:
   django/branches/releases/1.2.X/
   django/branches/releases/1.2.X/docs/topics/auth.txt
Log:
[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.



Property changes on: django/branches/releases/1.2.X
___________________________________________________________________
Name: svnmerge-integrated
   - 
/django/trunk:1-13360,13434,13480,13574,13600,13638,13652,13664,13666,13668,13680,13683,13685,13687
   + 
/django/trunk:1-13360,13434,13480,13574,13600,13638,13652,13664,13666,13668,13680,13683,13685,13687-13688

Modified: django/branches/releases/1.2.X/docs/topics/auth.txt
===================================================================
--- django/branches/releases/1.2.X/docs/topics/auth.txt 2010-09-07 20:30:46 UTC 
(rev 13690)
+++ django/branches/releases/1.2.X/docs/topics/auth.txt 2010-09-07 20:33:58 UTC 
(rev 13691)
@@ -794,7 +794,8 @@
         <p>Your username and password didn't match. Please try again.</p>
         {% endif %}
 
-        <form method="post" action="{% url django.contrib.auth.views.login 
%}">{% csrf_token %}
+        <form method="post" action="{% url django.contrib.auth.views.login %}">
+        {% csrf_token %}
         <table>
         <tr>
             <td>{{ form.username.label_tag }}</td>

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to