File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
{% if page_obj.has_previous %}
8
8
< li class ="page-item ">
9
9
< a class ="page-link pag-item "
10
- href ="?page=1{% if request.GET %}&{{ request.GET.urlencode }}{% endif %} "> «</ a >
10
+ href ="?page=1 "> «</ a >
11
11
< a class ="page-link pag-item " href ="?page={{ page_obj.previous_page_number }}{% if request.GET %}&{{ request.GET|format_GET }}{% endif %} "> <</ a >
12
12
</ li >
13
13
{% else %}
24
24
{% if page_obj.has_next %}
25
25
< li class ="page-item ">
26
26
< a class ="page-link pag-item " href ="?page={{ page_obj.next_page_number }}{% if request.GET %}&{{ request.GET|format_GET }}{% endif %} "> ></ a >
27
- < a class ="page-link pag-item " href ="?page={{ page_obj.paginator.num_pages }}{% if request.GET %}&{{ request.GET|format_GET }}{% endif %} "> »</ a >
27
+ < a class ="page-link pag-item " href ="?page={{ page_obj.paginator.num_pages }} "> »</ a >
28
28
</ li >
29
29
{% else %}
30
30
< li class ="page-item disabled ">
You can’t perform that action at this time.
0 commit comments