From 16120404c6785a27fc9400937ec8906f0874d6ee Mon Sep 17 00:00:00 2001 From: Timo Rieber Date: Sun, 29 Mar 2015 16:22:33 +0200 Subject: [PATCH] Fixed import for pageurl tag which has moved from pageurl to wagtailcore_tags library --- docs/search/searching.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/search/searching.rst b/docs/search/searching.rst index a5876d77f..3240d944a 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 %}