示例#1
0
func (this *BulletinAdminRouter) Edit() {
	form := bulletin.BulletinAdminForm{}
	form.SetFromBulletin(&this.object)
	this.SetFormSets(&form)
}