Skip to content

Commit

Permalink
Merge pull request #391 from nspo/patch-1
Browse files Browse the repository at this point in the history
Example of how to append other GET parameters
  • Loading branch information
dyve committed May 3, 2017
2 parents 6f5508e + 5d94513 commit 8b480aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap3/templatetags/bootstrap3.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ def bootstrap_pagination(page, **kwargs):
**Example**::
{% bootstrap_pagination lines url="/pagination?page=1" size="large" %}
{% bootstrap_pagination page_obj extra=request.GET.urlencode %}
"""

Expand Down

0 comments on commit 8b480aa

Please sign in to comment.