FIx incorrect paginator label in example code (#2468)

This commit is contained in:
Charlie Hornsby 2016-04-10 13:06:51 +03:00 committed by Karl Hobley
parent 1eae1ad390
commit 5cb7ae01f6

View file

@ -76,7 +76,7 @@ Then in the template, you can use the ``{% routablepageurl %}`` tag to link betw
{% load wagtailroutablepage_tags %}
{% if results.has_previous %}
<a href="{% routablepageurl page 'page' results.previous_page_number %}">Next page</a>
<a href="{% routablepageurl page 'page' results.previous_page_number %}">Previous page</a>
{% else %}
{% if results.has_next %}