mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 09:13:14 +00:00
FIx incorrect paginator label in example code (#2468)
This commit is contained in:
parent
1eae1ad390
commit
5cb7ae01f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue