mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Item creation UX: Clearer placeholders, defaults
This commit is contained in:
@@ -175,6 +175,7 @@ class Item(LoggedModel):
|
||||
related_name="items",
|
||||
blank=True, null=True,
|
||||
verbose_name=_("Category"),
|
||||
help_text=_("If you have many products, you can optionally sort them into categories to keep things organized.")
|
||||
)
|
||||
name = I18nCharField(
|
||||
max_length=255,
|
||||
|
||||
Reference in New Issue
Block a user