We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d5687 commit 44aa2dfCopy full SHA for 44aa2df
docs/templates/docs/doc.html
@@ -47,7 +47,11 @@
47
</div>
48
{% elif not release.is_supported %}
49
<div id="outdated-warning" class="doc-floating-warning">
50
- {% trans "This document is for an insecure version of Django that is no longer supported. Please upgrade to a newer release!" %}
+ {% trans "This document is for an insecure version of Django that is no longer supported. Please click "%}
51
+ <a href="{% url 'document-detail' lang='en' version='stable' url='intro/install' host 'docs' %}">
52
+ {% trans "here" %}
53
+ </a>
54
+ {% trans " for the latest version."%}
55
56
{% endif %}
57
{% endblock body_extra %}
0 commit comments