We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cc9a91 + 68f266c commit f7b8169Copy full SHA for f7b8169
django_wtf/templates/core/search_table.html
@@ -23,7 +23,7 @@ <h2 class="flex justify-between card-title">
23
</div>
24
25
{% endfor %}
26
- {% if blog_pages.paginator.num_pages > 1 %}
+ {% if paginator.num_pages > 1 %}
27
<div class="flex w-100 justify-center mt-10 mb-5">
28
<div class="join">
29
{% if page_obj.has_previous %}
0 commit comments