diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/default.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index a974a085a8..119e768f66 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1045,7 +1045,7 @@ implementation details see :ref:`using-the-views`. {% endif %} {% endif %} - <form method="post" action="{% url 'django.contrib.auth.views.login' %}"> + <form method="post" action="{% url 'login' %}"> {% csrf_token %} <table> <tr> |
