mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Added descriptions to item categories
This commit is contained in:
@@ -16,7 +16,8 @@ class CategoryForm(I18nModelForm):
|
||||
model = ItemCategory
|
||||
localized_fields = '__all__'
|
||||
fields = [
|
||||
'name'
|
||||
'name',
|
||||
'description'
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user