File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h3>Results</h3>
17
17
{% include result.include_template %}
18
18
</ li >
19
19
{% empty %}
20
- < p > No results found.</ p >
20
+ < li > No results found.</ li >
21
21
{% endfor %}
22
22
</ ul >
23
23
{% if page.has_previous or page.has_next %}
@@ -27,8 +27,13 @@ <h3>Results</h3>
27
27
{% if page.has_next %}< a href ="?q={{ query }}&page={{ page.next_page_number }} "> {% endif %}Next »{% if page.has_next %}</ a > {% endif %}
28
28
</ div >
29
29
{% endif %}
30
+
31
+ < h3 > Python language documentation</ h3 >
32
+ < p > If you didn't find what you need, try your search in the
33
+ < a href ="https://docs.python.org/3/search.html?q={{ request.GET.q | urlencode }} "> Python language documentation</ a > .
34
+ </ p >
30
35
{% else %}
31
36
{# Show some example queries to run, maybe query syntax, something else? #}
32
37
{% endif %}
33
38
</ form >
34
- {% endblock %}
39
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments