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 %}
|
- |
+ |
|