Commit 383e2e1c authored by japrogramer's avatar japrogramer Committed by Tim Graham
Browse files

[1.8.x] Fixed typo in docs/topics/auth/default.txt.

Backport of a10cbbbc from master
parent d60208bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -766,7 +766,7 @@ All authentication views
This is a list with all the views ``django.contrib.auth`` provides. For
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``