Increase pagination td colspan
This commit is contained in:
parent
721fbe1986
commit
239bfa200b
@ -40,7 +40,7 @@
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>
|
||||
<td colspan="3">
|
||||
{% if page_obj.has_previous %}
|
||||
<a href="?page=1">« first</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 %}
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>
|
||||
<td colspan="6">
|
||||
<div class="pagination">
|
||||
{% if page_obj.has_previous %}
|
||||
<a href="?page=1">« first</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user