merge with trunk (and remove debugging leftover from test layout.html template)

This commit is contained in:
Georg Brandl
2010-01-07 21:51:23 +01:00
9 changed files with 49 additions and 24 deletions

View File

@@ -11,6 +11,5 @@
{% block sidebartoc %}
{# display global TOC in addition to local TOC #}
{{ super() }}
{{ 1/0 }}
{{ toctree(collapse=False, maxdepth=-1) }}
{% endblock %}