Author: lukeplant
Date: 2010-09-07 15:21:50 -0500 (Tue, 07 Sep 2010)
New Revision: 13688
Modified:
django/trunk/docs/topics/auth.txt
Log:
Fixed #13853 - line with csrf_token too wide
Thanks to alper for report, alper/richardb for patch
Modified: django/trunk/docs/topics/auth.txt
===================================================================
--- django/trunk/docs/topics/auth.txt 2010-09-07 20:19:41 UTC (rev 13687)
+++ django/trunk/docs/topics/auth.txt 2010-09-07 20:21:50 UTC (rev 13688)
@@ -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.