Skip to content

Commit

Permalink
Merge pull request #240 from honeylogic-io/fix-paginator
Browse files Browse the repository at this point in the history
fix: paginator template reference
  • Loading branch information
adinhodovic authored May 31, 2024
2 parents 0cc9a91 + 68f266c commit f7b8169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_wtf/templates/core/search_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 class="flex justify-between card-title">
</div>
</div>
{% endfor %}
{% if blog_pages.paginator.num_pages > 1 %}
{% if paginator.num_pages > 1 %}
<div class="flex w-100 justify-center mt-10 mb-5">
<div class="join">
{% if page_obj.has_previous %}
Expand Down

0 comments on commit f7b8169

Please sign in to comment.