Fix pagination widget syntax error

This commit is contained in:
rubenwardy 2020-07-12 17:52:30 +01:00
parent 2e6f99d09e
commit 2e3a9035c4
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@
<li class="page-item {% if not next_url %}disabled{% endif %}">
<a class="page-link" {% if next_url %}href="{{ next_url }}"{% endif %}>&raquo;</a>
</li>
</div>
</ul>
{% endmacro %}