diff --git a/myproject/orders/templates/orders/order_list.html b/myproject/orders/templates/orders/order_list.html index 2b4f5d1..1950781 100644 --- a/myproject/orders/templates/orders/order_list.html +++ b/myproject/orders/templates/orders/order_list.html @@ -17,6 +17,15 @@ .table td { vertical-align: middle; } +.table tbody tr { + border-bottom: 2px solid #dee2e6; +} +.table tbody tr:last-child { + border-bottom: none; +} +.table tbody tr[data-edit-url] { + cursor: pointer; +} {% endblock %} @@ -106,7 +115,6 @@
| Номер | Дата | Время | Тип | @@ -115,16 +123,13 @@Сумма | Оплата | Действия | +Номер заказа |
|---|---|---|---|---|---|---|---|
| - - {{ order.order_number }} - - | +|||||||
| {% if order.delivery_date %} {{ order.delivery_date|date:"d.m.Y" }} @@ -203,6 +208,11 @@ | ++ + {{ order.order_number }} + + |