Re: Display of user model extension in admin

2016-06-14 Thread Larry Martell
On Tue, Jun 14, 2016 at 10:52 AM, Larry Martell wrote: > On Mon, Jun 13, 2016 at 4:12 PM, Larry Martell > wrote: >> I have extended the user model to another table I called UserInfo, and >> I added it to the add user admin page. >> >> So now when I go to add a user I see this on the page: >> >>

Re: Display of user model extension in admin

2016-06-14 Thread Larry Martell
On Mon, Jun 13, 2016 at 4:12 PM, Larry Martell wrote: > I have extended the user model to another table I called UserInfo, and > I added it to the add user admin page. > > So now when I go to add a user I see this on the page: > > User Info > User Info: #1 > > If I edit a user that exists I see: >

Display of user model extension in admin

2016-06-13 Thread Larry Martell
I have extended the user model to another table I called UserInfo, and I added it to the add user admin page. So now when I go to add a user I see this on the page: User Info User Info: #1 If I edit a user that exists I see: User Info User Info: UserInfo object How can I remove that second lin