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
In template python3.10/site-packages/jazzmin/templates/admin/pagination.html, error at line 29
<div class="col-7"> <ul class="pagination pagination-sm m-0 float-right"> {% if pagination_required %} <li class="page-item previous disabled"> <a class="page-link" href="#" data-dt-idx="0" tabindex="0">«</a> </li> {% for i in page_range %} {% jazzmin_paginator_number cl i %} {% endfor %} <li class="page-item next disabled"> <a class="page-link" href="#" data-dt-idx="7" tabindex="0">»</a> </li> {% endif %} </ul> </div>
As per this code line, there is an error in the pagination which is,
'can only concatenate str (not "int") to str'
The text was updated successfully, but these errors were encountered:
faced similar issue in 2.3.3 version upgraded to latest version 3.0.0 and it worked
Sorry, something went wrong.
Hello
No branches or pull requests
In template python3.10/site-packages/jazzmin/templates/admin/pagination.html, error at line 29
As per this code line, there is an error in the pagination which is,
'can only concatenate str (not "int") to str'
The text was updated successfully, but these errors were encountered: