X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/edcd42cff2f41ebea0f49df0390a17886d32bd38..35db0410eafcdcd3bd91caeb6711bcdc20df4c4e:/forum/utils/pagination.py diff --git a/forum/utils/pagination.py b/forum/utils/pagination.py index 094a595..fb99244 100644 --- a/forum/utils/pagination.py +++ b/forum/utils/pagination.py @@ -204,7 +204,7 @@ def _paginated(request, objects, context): if get_params: base_path += "?" + get_params - url_joiner = "?" in base_path and "&" or "?" + url_joiner = "?" in base_path and "&" or "?" def get_page():