Re: get_profile issue

2008-11-18 Thread Mikel Pierre
Thank very much Malcolm. I realized that the problem was that I haven't set the User property in my UserProfile class. Thanks again. On Nov 19, 12:39 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Tue, 2008-11-18 at 18:27 -0800, Mikel Pierre wrote: > > Hi to all. > > > I'm developing my

Re: get_profile issue

2008-11-18 Thread Malcolm Tredinnick
On Tue, 2008-11-18 at 18:27 -0800, Mikel Pierre wrote: > Hi to all. > > I'm developing my first django app and very happy so far. > > But I've a problem and I was unable to find the solution searching in > djangoproject.com and this group. > > I have this in a template: > > Users list > {% if

get_profile issue

2008-11-18 Thread Mikel Pierre
Hi to all. I'm developing my first django app and very happy so far. But I've a problem and I was unable to find the solution searching in djangoproject.com and this group. I have this in a template: Users list {% if users %} {% for user in users %} {{ user.username }} {%