summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/layout.html
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-02-15 07:55:30 +0100
committerGeorg Brandl <georg@python.org>2009-02-15 07:55:30 +0100
commit6e4173a520f83ee6c58448243ba678b207ecf0bf (patch)
tree3845648c886b358b6125534e5a75412d2a3ba241 /sphinx/themes/basic/layout.html
parentabd62c95a0cbccf1a1b0dd865c7cdf83adbe7a8c (diff)
downloadsphinx-6e4173a520f83ee6c58448243ba678b207ecf0bf.tar.gz
Small template adjustment.
Diffstat (limited to 'sphinx/themes/basic/layout.html')
-rw-r--r--sphinx/themes/basic/layout.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html
index dda18343..53b9b8b1 100644
--- a/sphinx/themes/basic/layout.html
+++ b/sphinx/themes/basic/layout.html
@@ -165,11 +165,10 @@
</div>
{%- endif %}{% endif %}
</div>
-{%- endblock %}
-
-{%- block sidebar2 %}{{ sidebar() }}{% endblock %}
+ {%- block sidebar2 %}{{ sidebar() }}{% endblock %}
<div class="clearer"></div>
</div>
+{%- endblock %}
{%- block relbar2 %}{{ relbar() }}{% endblock %}