On 4 Aug 2009, at 22:59 , Paulo Almeida wrote: > That said, I don't know if it's possible to do what you asked without > writing your own view. Why wouldn't it be? Just need to write a decorator or a template conditional checking for request.user.is_authenticated(), and take the appropriate action if true (logged in user) e.g. redirect or diplay alternative content.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

