Skip to content

Commit e6c7f39

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2943723 commit e6c7f39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/templates/docs/doc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
{% if release.is_dev %}
3939
{% if "internals" not in docurl %}{# The dev version is canonical for internals/. #}
4040
<div id="dev-warning" class="doc-floating-warning">
41-
{% blocktrans trimmed %}
42-
This document is for Django's development version, which can be significantly different from previous releases.
43-
<a href="https://docs.djangoproject.com/en/stable/" style="font-weight : bold; text-decoration: underline;"> Click here for the stable version </a>
41+
{% blocktrans trimmed %}
42+
This document is for Django's development version, which can be significantly different from previous releases.
43+
<a href="https://docs.djangoproject.com/en/stable/" style="font-weight : bold; text-decoration: underline;"> Click here for the stable version </a>
4444
{% endblocktrans %}
4545
</div>
4646
{% endif %}

0 commit comments

Comments
 (0)