You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
When I used the function like {% paginate using 'mypath\pagination.html' %}.
I used the same setting and code,it worked on my windows10 compute, but on my Ubuntu system compute it was no useful.
I used below code, please review, thanks very much!
...
{% block content %}
{% autopaginate object_list 5 as object_list_list %}
{% for object in object_list_list %}
...
{% endfor %}
<div class="paginate">
{% paginate using 'pagination\article\pagination.html' %} # This DTL can't work
<div>
{% endblock content %}
...
The text was updated successfully, but these errors were encountered:
When I used the function like
{% paginate using 'mypath\pagination.html' %}
.I used the same setting and code,it worked on my
windows10
compute, but on myUbuntu
system compute it was no useful.I used below code, please review, thanks very much!
The text was updated successfully, but these errors were encountered: