Loading docs/topics/auth.txt +14 −14 Original line number Diff line number Diff line Loading @@ -682,7 +682,7 @@ the following line to your URLconf:: * ``form``: A :class:`~django.forms.Form` object representing the login form. See the :ref:`forms documentation <topics-forms-index>` for more on ``FormWrapper`` objects. for more on ``Form`` objects. * ``next``: The URL to redirect to after successful login. This may contain a query string, too. Loading Loading
docs/topics/auth.txt +14 −14 Original line number Diff line number Diff line Loading @@ -682,7 +682,7 @@ the following line to your URLconf:: * ``form``: A :class:`~django.forms.Form` object representing the login form. See the :ref:`forms documentation <topics-forms-index>` for more on ``FormWrapper`` objects. for more on ``Form`` objects. * ``next``: The URL to redirect to after successful login. This may contain a query string, too. Loading