summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_search.html
diff options
context:
space:
mode:
authorMartin Czygan <martin@archive.org>2020-01-18 13:22:15 +0000
committerMartin Czygan <martin@archive.org>2020-01-18 13:22:15 +0000
commit68d5519e09d1449d03f55c5a3e3251781b0dc192 (patch)
tree044b2c8d9e4bfc636fcb0f886cdad668171e6faa /python/fatcat_web/templates/container_search.html
parentd443a5d1c6813e4451137511951129446e017be3 (diff)
parente251400af21d9457fcf9c5cd0d15c20424fbb40b (diff)
downloadfatcat-68d5519e09d1449d03f55c5a3e3251781b0dc192.tar.gz
fatcat-68d5519e09d1449d03f55c5a3e3251781b0dc192.zip
Merge branch 'martin-fix-container-search' into 'master'
pagination: use correct endpoint in navigation See merge request webgroup/fatcat!19
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 %}