I have a base template that checks whether a user is authenticated or not: If so: display "Hello Username, Logout" If not: display "Login"
It works great until I click a link which will bring me into one of the apps that I have setup. The app extends the base template, and only adds to the main content of the page. The user should still be logged in, but the template displays "login". When I click back to the main page, it displays "Hello Username, Logout" Is there some difference in authentication between the app and the main site? --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---