FIx incorrect paginator label in example code (#2468)

pull/2471/head
Charlie Hornsby 2016-04-10 13:06:51 +03:00 zatwierdzone przez Karl Hobley
rodzic 1eae1ad390
commit 5cb7ae01f6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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