diff options
| author | Tim Graham <timograham@gmail.com> | 2015-05-22 06:48:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-22 06:48:59 -0400 |
| commit | 00d763a4fbc1c1a0b3729afad1d0109b6ea90e13 (patch) | |
| tree | 5ba4c5ac4fb161c52c7f8ec42ca933476af37d65 /docs | |
| parent | 97e1160be51e4dfdf35e6ba9d93eff5a52bccbe3 (diff) | |
Fixed typo in docs/topics/auth/default.txt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/default.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 14342df5e5..f7cb74d507 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -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 %} |
