kopia lustrzana https://github.com/wagtail/wagtail
FIx incorrect paginator label in example code (#2468)
rodzic
1eae1ad390
commit
5cb7ae01f6
|
@ -76,7 +76,7 @@ Then in the template, you can use the ``{% routablepageurl %}`` tag to link betw
|
||||||
{% load wagtailroutablepage_tags %}
|
{% load wagtailroutablepage_tags %}
|
||||||
|
|
||||||
{% if results.has_previous %}
|
{% 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 %}
|
{% else %}
|
||||||
|
|
||||||
{% if results.has_next %}
|
{% if results.has_next %}
|
||||||
|
|
Ładowanie…
Reference in New Issue