Increase pagination td colspan

This commit is contained in:
Nathan Chapman 2023-07-06 10:34:43 -06:00
parent 721fbe1986
commit 239bfa200b
2 changed files with 2 additions and 2 deletions

View File

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