0
0
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:
Timo Rieber 2015-03-29 16:22:33 +02:00
parent dbb4e763ee
commit 16120404c6

View File

@ -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 %}