Item creation UX: Clearer placeholders, defaults

This commit is contained in:
Raphael Michel
2017-10-05 10:47:46 +02:00
parent aad433a3bc
commit 6b7bdf8c4f
3 changed files with 14 additions and 6 deletions

View File

@@ -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,