We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to specify different templates for pagination, so there is not only one site-wide pagination template.
I added the new template_tag {% paginate_with_template 'template_name' %} in my fork to accomplish this. You can find it here:
http://github.com/bjunix/django-pagination/commit/6a9d4d8fa7a49bc86260b679a816423ba6123027
Maybe this is also helpful for others.
The text was updated successfully, but these errors were encountered:
Any opinions on this? Would love to see this sort of functionality upstream...
Sorry, something went wrong.
What would be the added benefit? Why not use pagination.html and alter it so it fits? Can you elaborate on the added benefits?
I would like to use different templates for pagination, so I do not have one side-wide or app-wide pagination template only
agreed, that sounds like a good enough reason to add this ability; we now need a patch ;-)
No branches or pull requests
It would be nice to specify different templates for pagination, so there is not only one site-wide pagination template.
I added the new template_tag {% paginate_with_template 'template_name' %} in my fork to accomplish this. You can find it here:
http://github.com/bjunix/django-pagination/commit/6a9d4d8fa7a49bc86260b679a816423ba6123027
Maybe this is also helpful for others.
The text was updated successfully, but these errors were encountered: