From e251400af21d9457fcf9c5cd0d15c20424fbb40b Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 18 Jan 2020 00:58:12 +0100 Subject: pagination: use correct endpoint in navigation --- python/fatcat_web/templates/container_search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/container_search.html') diff --git a/python/fatcat_web/templates/container_search.html b/python/fatcat_web/templates/container_search.html index 48c613f8..1a089643 100644 --- a/python/fatcat_web/templates/container_search.html +++ b/python/fatcat_web/templates/container_search.html @@ -53,7 +53,7 @@ {% if found.results|length > 8 %}
- {{ entity_macros.bottom_results(found)}} + {{ entity_macros.bottom_results(found, endpoint='container_search')}}
{% endif %} {% else %} -- cgit v1.2.3