840
841
self.form_fields = self.form_fields.omit('daily_build_archive')
842
843
owner_field = self.schema['owner']
844
845
__name__='owner', title=owner_field.title,
845
846
description=(u"As an administrator you are able to reassign"
846
847
u" this branch to any person or team."),