Example #1
0
func (this *BulletinAdminEdit) Get() {
	form := bulletin.BulletinAdminForm{}
	form.SetFromBulletin(&this.object)
	this.SetFormSets(&form)
}