1
0
mirror of https://github.com/django/django.git synced 2025-06-05 11:39:13 +00:00

[1.8.x] Fixed typo in docs/topics/auth/default.txt

Backport of 00d763a4fbc1c1a0b3729afad1d0109b6ea90e13 from master
This commit is contained in:
Tim Graham 2015-05-22 06:48:59 -04:00
parent 27fdd45620
commit f7401b6bb0

View File

@ -849,8 +849,8 @@ implementation details see :ref:`using-the-views`.
{% if next %} {% if next %}
{% if user.is_authenticated %} {% if user.is_authenticated %}
<p>You account doesn't have access to this page. To proceed, please <p>Your account doesn't have access to this page. To proceed,
login with an account that has access.</p> please login with an account that has access.</p>
{% else %} {% else %}
<p>Please login to see this page.</p> <p>Please login to see this page.</p>
{% endif %} {% endif %}