Ticket #3467: search.diff

File search.diff, 592 bytes (added by Gary Wilson <gary.wilson@…>, 17 years ago)
  • templates/flatfiles/docs.html

     
    1111<h2>Search docs via Google</h2>
    1212<form action="http://www.google.com/search" method="get">
    1313<p><input type="text" name="as_q" /> <input type="submit" value="Go" /></p>
    14 <input type="hidden" name="as_sitesearch" value="www.djangoproject.com" />
     14<input type="hidden" name="as_sitesearch" value="www.djangoproject.com/documentation/" />
    1515</form>
    1616
    1717<h2>Getting help</h2>
Back to Top