From d472056c643675d64bfd3fb9e27847a20e9fb88d Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Thu, 13 Nov 2025 16:47:43 +0300 Subject: [PATCH] Improve status list action buttons: better styling and layout --- myproject/orders/templates/orders/status_list.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/myproject/orders/templates/orders/status_list.html b/myproject/orders/templates/orders/status_list.html index ff9889e..70482e7 100644 --- a/myproject/orders/templates/orders/status_list.html +++ b/myproject/orders/templates/orders/status_list.html @@ -86,17 +86,17 @@ {{ status.orders_count }} -
- - +
+ + Редактировать {% if not status.is_system and status.orders_count == 0 %} - - + + Удалить {% else %} - {% endif %}