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

This commit is contained in:
japrogramer 2015-11-02 21:45:46 -06:00 committed by Tim Graham
parent a449b7ef99
commit a10cbbbc17
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ All authentication views
This is a list with all the views ``django.contrib.auth`` provides. For This is a list with all the views ``django.contrib.auth`` provides. For
implementation details see :ref:`using-the-views`. implementation details see :ref:`using-the-views`.
.. function:: login(request, template_name=`registration/login.html`, redirect_field_name=, authentication_form, current_app, extra_context]) .. function:: login(request, template_name=`registration/login.html`, redirect_field_name=, authentication_form, current_app, extra_context)
**URL name:** ``login`` **URL name:** ``login``