diff --git a/organize/interfaces.py b/organize/interfaces.py index 27bccf5..5bc0574 100644 --- a/organize/interfaces.py +++ b/organize/interfaces.py @@ -85,6 +85,7 @@ class IPerson(Interface): description=_(u'The date of birth - should be a ' 'datetime.date object.'), required=False,) + birthDate.hideTime = True age = schema.Int( title=_(u'Age'),