diff --git a/docs/templates/docs/doc.html b/docs/templates/docs/doc.html index 44ec5a7076..1067a29802 100644 --- a/docs/templates/docs/doc.html +++ b/docs/templates/docs/doc.html @@ -38,7 +38,10 @@ {% if release.is_dev %} {% if "internals" not in docurl %}{# The dev version is canonical for internals/. #}
- {% trans "This document is for Django's development version, which can be significantly different from previous releases. For older releases, use the version selector floating in the bottom right corner of this page." %} + {% blocktrans trimmed %} + This document is for Django's development version, which can be significantly different from previous releases. + Click here for the stable version + {% endblocktrans %}
{% endif %} {% elif release.is_preview %}