Fix Admin-Backend - extras_description Feld entfernt und Container neu gestartet
This commit is contained in:
parent
293489cd7d
commit
5b9b867963
|
|
@ -100,7 +100,7 @@ class ProductAdmin(admin.ModelAdmin):
|
||||||
'fields': ('name', 'description', 'price', 'stock')
|
'fields': ('name', 'description', 'price', 'stock')
|
||||||
}),
|
}),
|
||||||
('Fursuit-Details', {
|
('Fursuit-Details', {
|
||||||
'fields': ('fursuit_type', 'style', 'extras_description')
|
'fields': ('fursuit_type', 'style')
|
||||||
}),
|
}),
|
||||||
('Status & Features', {
|
('Status & Features', {
|
||||||
'fields': ('is_featured', 'is_custom_order', 'image')
|
'fields': ('is_featured', 'is_custom_order', 'image')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue