forked from MarseyWorld/MarseyWorld
xvc
parent
7e57e0b5a2
commit
2b1dea35f0
|
@ -76,7 +76,7 @@
|
|||
{% if page>1 %}
|
||||
<li class="page-item">
|
||||
{% if request.full_path == "/notifications?" %}
|
||||
<small><a class="page-link" href="{{request.full_path}}?page={{page-1}}">Previous</a></small>
|
||||
<small><a class="page-link" href="{{request.full_path}}page={{page-1}}">Previous</a></small>
|
||||
{% else %}
|
||||
<small><a class="page-link" href="{{request.full_path}}&page={{page-1}}">Previous</a></small>
|
||||
{% endif %}
|
||||
|
@ -88,7 +88,7 @@
|
|||
{% if next_exists %}
|
||||
<li class="page-item">
|
||||
{% if request.full_path == "/notifications?" %}
|
||||
<small><a class="page-link" href="{{request.full_path}}?page={{page+1}}">Next</a></small>
|
||||
<small><a class="page-link" href="{{request.full_path}}page={{page+1}}">Next</a></small>
|
||||
{% else %}
|
||||
<small><a class="page-link" href="{{request.full_path}}&page={{page+1}}">Next</a></small>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue