aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_search.html
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-01-18 00:58:12 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-01-18 13:31:22 +0100
commite251400af21d9457fcf9c5cd0d15c20424fbb40b (patch)
tree235e42c134ede58f607e37074c533e56180eeae0 /python/fatcat_web/templates/container_search.html
parent689da76d1c759d6368d760b4a1fa942e16095a40 (diff)
downloadfatcat-e251400af21d9457fcf9c5cd0d15c20424fbb40b.tar.gz
fatcat-e251400af21d9457fcf9c5cd0d15c20424fbb40b.zip
pagination: use correct endpoint in navigation
Diffstat (limited to 'python/fatcat_web/templates/container_search.html')
-rw-r--r--python/fatcat_web/templates/container_search.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<div class="ui divider"></div>
<div style="text-align: center">
- {{ entity_macros.bottom_results(found)}}
+ {{ entity_macros.bottom_results(found, endpoint='container_search')}}
</div>
{% endif %}
{% else %}