Show
Ignore:
Timestamp:
05/31/08 21:24:16 (22 months ago)
Author:
JensDiemer
Message:

quick work-a-round ;-/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/system/context_processors.py

    r1529 r1611  
    3636    #___________________________________________________________________________ 
    3737 
    38     if request.user.username != "": 
     38    if hasattr(request, "user") and request.user.username != "": 
    3939        # User is logged in 
    4040        url = URLs.commandLink("auth", "logout")