eg. in my list.html
{%if is_extend %} <a href="?is_extend=False>shrink</a> {% else %} <a href="?is_extend=True>extend</a> {# pagination code #} <a href="?page={{ next_page }} ">next</a> <a href="?page={{ previous_page }} ">previous</a> as result, there is only one param add in url, either is_extend or page so, how to bind all them in url? thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---