diff --git a/manual/templates/search.html b/manual/templates/search.html index 519c2356dd..0cbff5d03a 100644 --- a/manual/templates/search.html +++ b/manual/templates/search.html @@ -9,10 +9,6 @@ #} {% extends "layout.html" %} {% set title = _('Search') %} -{% block extrahead %} - - {{ super() }} -{% endblock %} {% block body %}
- {% trans %}From here you can search these documents. Enter your search - words into the box below and click "search". Note that the search - function will automatically search for all of the words. Pages - containing fewer words won't appear in the result list.{% endtrans %} + {% trans %}From here you can search the User Manual. Enter your search + words into the box below and click "search". + {% endtrans %}
-