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