Kaydet (Commit) 00d763a4 authored tarafından Tim Graham's avatar Tim Graham

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

üst 97e1160b
...@@ -850,8 +850,8 @@ implementation details see :ref:`using-the-views`. ...@@ -850,8 +850,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 %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment