From 239bfa200ba3b5cfe067f5302c499d26e9e39fe4 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Thu, 6 Jul 2023 10:34:43 -0600 Subject: [PATCH] Increase pagination td colspan --- dashboard/templates/dashboard/customer/list.html | 2 +- dashboard/templates/dashboard/order/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/templates/dashboard/customer/list.html b/dashboard/templates/dashboard/customer/list.html index 6bc0fde..0927622 100644 --- a/dashboard/templates/dashboard/customer/list.html +++ b/dashboard/templates/dashboard/customer/list.html @@ -40,7 +40,7 @@ - + {% if page_obj.has_previous %} « first previous diff --git a/dashboard/templates/dashboard/order/list.html b/dashboard/templates/dashboard/order/list.html index 0ce810b..3f26583 100644 --- a/dashboard/templates/dashboard/order/list.html +++ b/dashboard/templates/dashboard/order/list.html @@ -21,7 +21,7 @@ {% include 'dashboard/order/_table.html' with order_list=order_list %} - +