Loading docs/topics/auth.txt +2 −1 Original line number Diff line number Diff line Loading @@ -794,7 +794,8 @@ the following line to your URLconf:: <p>Your username and password didn't match. Please try again.</p> {% endif %} <form method="post" action="{% url django.contrib.auth.views.login %}">{% csrf_token %} <form method="post" action="{% url django.contrib.auth.views.login %}"> {% csrf_token %} <table> <tr> <td>{{ form.username.label_tag }}</td> Loading Loading
docs/topics/auth.txt +2 −1 Original line number Diff line number Diff line Loading @@ -794,7 +794,8 @@ the following line to your URLconf:: <p>Your username and password didn't match. Please try again.</p> {% endif %} <form method="post" action="{% url django.contrib.auth.views.login %}">{% csrf_token %} <form method="post" action="{% url django.contrib.auth.views.login %}"> {% csrf_token %} <table> <tr> <td>{{ form.username.label_tag }}</td> Loading