- Timestamp:
- 10 Jan 2010, 02:19:05 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/browser/layout.py
r4774 r4780 86 86 grok.context(IWAeUPObject) 87 87 88 def getAppTitle(self): 89 return getattr(grok.getSite(), 'name', u'Sample University') 90 88 91 def isAuthenticated(self): 89 92 """Return True if the calling user is authenticated.
Note: See TracChangeset for help on using the changeset viewer.