Example #1
0
// view for edit object
func (this *CommentAdminRouter) Edit() {
	form := models.CommentAdminForm{}
	form.SetFromComment(&this.object)
	this.SetFormSets(&form)
}