示例#1
0
// view for edit object
func (this *CommentAdminEdit) Get() {
	form := post.CommentAdminForm{}
	form.SetFromComment(&this.object)
	this.SetFormSets(&form)
}