From 5b9b867963eca600ed64b617dc2dc86c30dbd9cb Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 6 Jul 2025 10:33:53 +0200 Subject: [PATCH] Fix Admin-Backend - extras_description Feld entfernt und Container neu gestartet --- webshop/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webshop/admin.py b/webshop/admin.py index 42990e5..5fe1f30 100644 --- a/webshop/admin.py +++ b/webshop/admin.py @@ -100,7 +100,7 @@ class ProductAdmin(admin.ModelAdmin): 'fields': ('name', 'description', 'price', 'stock') }), ('Fursuit-Details', { - 'fields': ('fursuit_type', 'style', 'extras_description') + 'fields': ('fursuit_type', 'style') }), ('Status & Features', { 'fields': ('is_featured', 'is_custom_order', 'image')