permit blank comments to make the admin less annoying

This commit is contained in:
Thomas Steen Rasmussen 2017-02-20 19:34:12 +01:00
parent eb13b2d6e2
commit 0ebd683e02

View file

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