diff --git a/templates/search/search.html b/templates/search/search.html index 1782fe3ca..dd5579a25 100644 --- a/templates/search/search.html +++ b/templates/search/search.html @@ -17,7 +17,7 @@

Results

{% include result.include_template %} {% empty %} -

No results found.

+
  • No results found.
  • {% endfor %} {% if page.has_previous or page.has_next %} @@ -27,8 +27,13 @@

    Results

    {% if page.has_next %}{% endif %}Next »{% if page.has_next %}{% endif %} {% endif %} + +

    Python language documentation

    +

    If you didn't find what you need, try your search in the + Python language documentation. +

    {% else %} {# Show some example queries to run, maybe query syntax, something else? #} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}