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'),
|
||||
help_text=_('If you have any comments about the order please enter them here.'),
|
||||
default='',
|
||||
blank=True,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue