diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 748fb89419..d49fbf6ffc 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -840,6 +840,7 @@ The login_required decorator .. code-block:: html+django {% extends "base.html" %} + {% load url from future %} {% block content %} @@ -847,7 +848,7 @@ The login_required decorator

Your username and password didn't match. Please try again.

{% endif %} -
+ {% csrf_token %}