Ejemplo n.º 1
0
// view for edit object
func (this *UserAdminEdit) Get() {
	form := auth.UserAdminForm{}
	form.SetFromUser(&this.object)
	this.SetFormSets(&form)
}