mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Fixed import for pageurl tag which has moved from pageurl to wagtailcore_tags library
This commit is contained in:
parent
dbb4e763ee
commit
16120404c6
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user