Skip to content

Commit 68f266c

Browse files
committed
fix: paginator template reference
1 parent 0cc9a91 commit 68f266c

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)