Skip to content

Commit

Permalink
fixes the infinite scroll link
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Dec 28, 2019
1 parent ff1a890 commit f2dff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grants/templates/grants/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h2 class="text-uppercase font-weight-semibold font-bigger-3 pt-4 mt-2 px-4">
{% endfor %}
</div>
{% if grants.has_next %}
<a class="infinite-more-link" href="?network={{network}}&keyword={{keyword}}&sort_option={{sort}}&page={{ grants.next_page_number }}">More</a>
<a class="infinite-more-link" href="?network={{network}}&type={{type}}keyword={{keyword}}&sort_option={{sort}}&page={{ grants.next_page_number }}">More</a>
{% endif %}
{% else %}
<div class="col-12 mb-3 mx-auto col-md-6 text-center">
Expand Down

0 comments on commit f2dff85

Please sign in to comment.