Skip to content

Commit f7b8169

Browse files
authored
Merge pull request #240 from honeylogic-io/fix-paginator
fix: paginator template reference
2 parents 0cc9a91 + 68f266c commit f7b8169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_wtf/templates/core/search_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 class="flex justify-between card-title">
2323
</div>
2424
</div>
2525
{% endfor %}
26-
{% if blog_pages.paginator.num_pages > 1 %}
26+
{% if paginator.num_pages > 1 %}
2727
<div class="flex w-100 justify-center mt-10 mb-5">
2828
<div class="join">
2929
{% if page_obj.has_previous %}

0 commit comments

Comments
 (0)