Skip to content

Commit c3f2315

Browse files
use relative links to stable docs in warning alert (fixes env issue)
1 parent 830c779 commit c3f2315

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/templates/docs/doc.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,10 @@
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-
<<<<<<< HEAD
4241
{% blocktrans trimmed %}
4342
This document is for Django's development version, which can be significantly different from previous releases.
4443
<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 %}
5145
</div>
5246
{% endif %}
5347
{% elif release.is_preview %}

0 commit comments

Comments
 (0)