Fix search template block name.

This commit is contained in:
Georg Brandl 2008-03-18 07:49:50 +00:00
parent 9f01c4c80a
commit 2860e5e920

View File

@ -1,6 +1,6 @@
{% extends "layout.html" %}
{% set title = 'Search Documentation' %}
{% block head %}
{% block extrahead %}
<script type="text/javascript" src="{{ pathto('static/searchtools.js', 1) }}"></script>
{% endblock %}
{% block body %}