aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages/list.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-12 17:15:30 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-12 17:15:30 +0100
commitf437850a501cfee91dc70ad6d88d2ed215f8b2c6 (patch)
treee1041c2c1c0d9dfaf11427d8f5b21cf59c6c486a /app/templates/packages/list.html
parent820c968f7354a8485d55921c7ecf585517b544e8 (diff)
downloadcheatdb-f437850a501cfee91dc70ad6d88d2ed215f8b2c6.tar.xz
Add global url_set_query Jinja template function
Diffstat (limited to 'app/templates/packages/list.html')
-rw-r--r--app/templates/packages/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/packages/list.html b/app/templates/packages/list.html
index 8f3a595..da0d80c 100644
--- a/app/templates/packages/list.html
+++ b/app/templates/packages/list.html
@@ -25,7 +25,7 @@
{% from "macros/pagination.html" import render_pagination %}
- {{ render_pagination(pagination, url_builder) }}
+ {{ render_pagination(pagination, url_set_query) }}
{% if topics %}