Ok, then are you passing RequestContext to the template?
A possibility is that your 'user' variable is parasited by another one
in the context.
I guess 'request.user' would do the trick...
On Jul 1, 8:14 pm, Alfonso <[EMAIL PROTECTED]> wrote:
> Hi Julien,
>
> Thanks for that but the auth process
Hi Julien,
Thanks for that but the auth processor is in place in settings, along
with the debug and il8n processor obviously.
Allan
On Jul 1, 10:29 am, Julien <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Have you tried adding the auth context processor in your settings?
> "django.core.context_processo
Hi,
Have you tried adding the auth context processor in your settings?
"django.core.context_processors.auth"
Alfonso wrote:
> Hey,
>
> I've implemented a user login widget on my site. A simple 'Sign in'
> at top of every page that turns into 'Welcome John, View your profile'
> following success
Hey,
I've implemented a user login widget on my site. A simple 'Sign in'
at top of every page that turns into 'Welcome John, View your profile'
following successful user authentication. Works great - only issue
I'm having is that on home page the text reverts to 'Sign In' even
when user is log
4 matches
Mail list logo