Skip to content

Commit d7512e3

Browse files
committed
example of the version_warning template only use this on specific branches of the docs
1 parent a5b76b5 commit d7512e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_templates/version_warning.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% block version_warning %}
2+
<div class="row">
3+
<div class="col-sm-12 admonition warning version_warning" >
4+
<p class="first admonition-title">Warning</p>
5+
<p class="last">The version you are using is for use with the outdated version of Plone: 3.X, If you want to procced with the current Version of the docs please read <a href="">Plone 4.3 Documentation</a></p>
6+
</div>
7+
</div>
8+
{% endblock %}

0 commit comments

Comments
 (0)