This commit is contained in:
Thomas Desvenain 2013-09-12 10:06:14 +02:00
parent 173dcae8cb
commit cba108d80b
1 changed files with 3 additions and 0 deletions

View File

@ -252,6 +252,9 @@ class IBirthday(model.Schema):
required=False,
)
alsoProvides(IBirthday, IFormFieldProvider)
class IRelatedOrganizations(model.Schema):
"""A content on which we can attach organizations
"""