From 3e32c512d0f764d384b8568e8fb57119eec4cab8 Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Thu, 13 Nov 2025 16:46:03 +0300 Subject: [PATCH] Remove move status buttons (not yet implemented) --- .../orders/templates/orders/status_list.html | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/myproject/orders/templates/orders/status_list.html b/myproject/orders/templates/orders/status_list.html index 1a4870e..ff9889e 100644 --- a/myproject/orders/templates/orders/status_list.html +++ b/myproject/orders/templates/orders/status_list.html @@ -99,24 +99,6 @@ {% endif %} - {% if not forloop.first %} - - - {% endif %} - {% if not forloop.last %} - - - {% endif %}