Beispiel #1
0
// view for edit object
func (this *PageAdminRouter) Edit() {
	form := page.PageAdminForm{}
	form.SetFromPage(&this.object)
	this.SetFormSets(&form)
}