Re-enable search box for HTML builder.

This commit is contained in:
Georg Brandl 2008-03-23 21:13:20 +00:00
parent 5f488517ce
commit 5e5638e6e3

View File

@ -29,8 +29,7 @@
{% if customsidebar %}
{{ rendertemplate(customsidebar) }}
{% endif %}
{% if current_page_name != "search" and builder == 'web' %}
{# HTML builder search is disabled for now #}
{% if current_page_name != "search" %}
<h3>{{ builder == 'web' and 'Keyword' or 'Quick' }} search</h3>
<form class="search" action="{{ pathto('search') }}" method="get">
<input type="text" name="q" size="18"> <input type="submit" value="Go">