Changeset 8982
- Timestamp:
- 09/07/08 17:57:08 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/djangodocs/templates/docs/search.html
r8844 r8982 3 3 {% load docs %} 4 4 5 {% block title %}Search | Django Docuemtation{% endblock %}5 {% block title %}Search | Django documentation{% endblock %} 6 6 7 7 {% block extrahead %} … … 22 22 {% block body %} 23 23 {% if query %} 24 <h1>Search Results</h1>24 <h1>Search results</h1> 25 25 <div id="cse-search-results"> 26 26 <div id="cse-search-results-js-required"> 27 The Django Documentation search uses a Google Custom Search, which27 The Django documentation search uses a Google Custom Search, which 28 28 requires Javascript. If your results don't appear here shortly, please 29 29 <a href="http://www.google.com/cse?{{ query_string|escape }}">view the results on Google's site</a>.
