Increase pagination td colspan
This commit is contained in:
parent
721fbe1986
commit
239bfa200b
@ -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">« first</a>
|
<a href="?page=1">« first</a>
|
||||||
<a href="?page={{ page_obj.previous_page_number }}">previous</a>
|
<a href="?page={{ page_obj.previous_page_number }}">previous</a>
|
||||||
|
|||||||
@ -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">« first</a>
|
<a href="?page=1">« first</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user