Merge pull request #1113 from timorieber/bugfix/import-pageurl-in-docs

pageurl tag library was renamed to wagtailcore since 0.4
pull/1076/merge
Karl Hobley 2015-03-29 17:34:27 +01:00
commit 51a0306fd5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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