Loading docs/topics/auth/default.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
docs/topics/auth/default.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading