diff --git a/docs/search/searching.rst b/docs/search/searching.rst index a5876d77f0..3240d944a7 100644 --- a/docs/search/searching.rst +++ b/docs/search/searching.rst @@ -96,7 +96,7 @@ Next, let's look at the template itself: .. code-block:: django {% extends "mysite/base.html" %} - {% load pageurl %} + {% load wagtailcore_tags %} {% block title %}Search{% if search_results %} Results{% endif %}{% endblock %}