URL bugfix
This commit is contained in:
parent
651becfb6b
commit
dad997e986
9 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% if DEFAULT_PAGINATION %}
|
||||
-
|
||||
{% if articles_page.has_previous() %}`[<<`:/{{ articles_previous_page.url }}] {% endif %}Page {{ articles_page.number }} / {{ articles_paginator.num_pages }}{% if articles_page.has_next() %} `[>>`:/{{ articles_next_page.url }}]{% endif %}
|
||||
{% if articles_page.has_previous() %}`[<<`:/page/{{ articles_previous_page.url }}] {% endif %}Page {{ articles_page.number }} / {{ articles_paginator.num_pages }}{% if articles_page.has_next() %} `[>>`:/page/{{ articles_next_page.url }}]{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue