how pass get parameter django bootstrap pagination

80 views
Skip to first unread message

SHINTO PETER

unread,
Mar 5, 2015, 9:35:33 AM3/5/15
to django...@googlegroups.com
 {% load bootstrap_pagination %}
  {% bootstrap_paginate object_list range=10 %}

Collin Anderson

unread,
Mar 7, 2015, 1:15:41 AM3/7/15
to django...@googlegroups.com
Hi,

If you have the request context processor installed, you can do this:

{% bootstrap_paginate object_list range=request.GET.range %}

Collin
Reply all
Reply to author
Forward
0 new messages