permit blank comments to make the admin less annoying
This commit is contained in:
parent
eb13b2d6e2
commit
0ebd683e02
|
@ -109,6 +109,7 @@ class Order(CreatedUpdatedModel):
|
||||||
verbose_name=_('Customer comment'),
|
verbose_name=_('Customer comment'),
|
||||||
help_text=_('If you have any comments about the order please enter them here.'),
|
help_text=_('If you have any comments about the order please enter them here.'),
|
||||||
default='',
|
default='',
|
||||||
|
blank=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue