diff --git a/templates/list.html b/templates/list.html deleted file mode 100644 index 947e7bd..0000000 --- a/templates/list.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - 缺貨清單 - 廠商缺貨系統 - - - - - - {% include 'components/_navbar.html' %} - -
-
-
-

- 缺貨清單 -

-
- - 此頁面功能將在 Phase 4 實作 (清單顯示、篩選、編輯、批次操作) -
-
-
-
- - - - diff --git a/tests/test_phase3f_cleanup_contracts.py b/tests/test_phase3f_cleanup_contracts.py index 7fc1290..69c6b7c 100644 --- a/tests/test_phase3f_cleanup_contracts.py +++ b/tests/test_phase3f_cleanup_contracts.py @@ -199,6 +199,7 @@ def test_tracked_backup_artifacts_stay_removed(): "app.py.backup_login_required", "vendor_stockout_list.html.backup", "database/edm_dashboard.html", + "templates/list.html", "tests/main_test.py", ]