diff --git a/docs/templates/docs/doc.html b/docs/templates/docs/doc.html index 44ec5a7076..6abfb37248 100644 --- a/docs/templates/docs/doc.html +++ b/docs/templates/docs/doc.html @@ -47,7 +47,11 @@ {% elif not release.is_supported %}
- {% 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 "%} + + {% trans "here" %} + + {% trans " for the latest version."%}
{% endif %} {% endblock body_extra %}