Fixed typo in docs/topics/auth/default.txt

This commit is contained in:
Tim Graham 2015-05-22 06:48:59 -04:00
parent 97e1160be5
commit 00d763a4fb
1 changed files with 2 additions and 2 deletions

View File

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