File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
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
- < < < < < < < HEAD
42
41
{% blocktrans trimmed %}
43
42
This document is for Django's development version, which can be significantly different from previous releases.
44
43
< a href ="{% url 'docs_version' version='stable %} " style ="font-weight : bold; text-decoration: underline; "> Click here for the stable version </ a >
45
- =======
46
- {% blocktrans trimmed %}
47
- This document is for Django's development version, which can be significantly different from previous releases.
48
- < a href ="/en/stable/ " style ="font-weight : bold; text-decoration: underline; "> Click here for the stable version </ a >
49
- > > > > > > > ead4fc41 (use relative links to stable docs in warning alert (fixes env issue))
50
- {% endblocktrans %}
44
+ {% endblocktrans %}
51
45
</ div >
52
46
{% endif %}
53
47
{% elif release.is_preview %}
You can’t perform that action at this time.
0 commit comments