File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
{% if release.is_dev %}
39
39
{% if "internals" not in docurl %}{# The dev version is canonical for internals/. #}
40
40
< 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 >
44
44
{% endblocktrans %}
45
45
</ div >
46
46
{% endif %}
You can’t perform that action at this time.
0 commit comments