Merge branch 'release/3.3.3'

This commit is contained in:
Nathan Chapman 2023-07-06 10:35:29 -06:00
commit a9970244f4
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
</tbody>
<tfoot>
<tr>
<td>
<td colspan="3">
{% if page_obj.has_previous %}
<a href="?page=1">&laquo; first</a>
<a href="?page={{ page_obj.previous_page_number }}">previous</a>

View File

@ -21,7 +21,7 @@
{% include 'dashboard/order/_table.html' with order_list=order_list %}
<tfoot>
<tr>
<td>
<td colspan="6">
<div class="pagination">
{% if page_obj.has_previous %}
<a href="?page=1">&laquo; first</a>