From 1edcef6660c3e16bf84acdeb9ded805d2550c2c3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 10 Dec 2017 10:54:03 +0530 Subject: [PATCH] ... --- manual/templates/search.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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".