summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
Diffstat (limited to 'django')
-rw-r--r--django/views/templates/csrf_403.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/templates/csrf_403.html b/django/views/templates/csrf_403.html
index 42fea9911b..ee81b04bcc 100644
--- a/django/views/templates/csrf_403.html
+++ b/django/views/templates/csrf_403.html
@@ -53,7 +53,7 @@
<li>Your browser is accepting cookies.</li>
<li>The view function passes a <code>request</code> to the template’s <a
- href="https://docs.djangoproject.com/en/dev/topics/templates/#django.template.backends.base.Template.render"><code>render</code></a>
+ href="https://docs.djangoproject.com/en/{{ docs_version }}/topics/templates/#django.template.backends.base.Template.render"><code>render</code></a>
method.</li>
<li>In the template, there is a <code>{% templatetag openblock %} csrf_token