Hi,

I did identify my problem (user not in context) doing this (thanks Joshua):
{% if user %}
user in context
{% else %}
user not in context
{% endif %}

It's difficult to know where your problem might be without looking at
the code...

G

On 7/12/06, hotani <[EMAIL PROTECTED]> wrote:
>
> I think I'm missing something in my own views. Everything created by
> django (admin area, generic views) will get the user info, but when I
> do a view myself it doesn't work. What little tid-bit am I missing here?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to