diff --git a/manual/templates/search.html b/manual/templates/search.html index 0cbff5d03a..5bfb32b5ac 100644 --- a/manual/templates/search.html +++ b/manual/templates/search.html @@ -2,22 +2,16 @@ basic/search.html ~~~~~~~~~~~~~~~~~ - Template for the search page, using google adsense search - - :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. + Template for the search page, using google custom search #} {% extends "layout.html" %} {% set title = _('Search') %} {% block body %}

{{ _('Search') }}

-
- -

+

-
+

{% trans %}From here you can search the User Manual. Enter your search words into the box below and click "search".