Exemplo n.º 1
0
// view for edit object
func (this *CategoryAdminEdit) Get() {
	form := post.CategoryAdminForm{}
	form.SetFromCategory(&this.object)
	this.SetFormSets(&form)
}