Changeset 9221
- Timestamp:
- 21 Sep 2012, 16:30:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/layout.py
r9217 r9221 291 291 return 292 292 293 def getApplicantName(self):294 """Return the applicant name.295 """296 if IApplicantBase.providedBy(self.context):297 # XXX: shouldn't that be `display_fullname???`298 return self.context.fullname299 return300 301 293 def formatDatetime(self,datetimeobj): 302 294 if isinstance(datetimeobj, datetime):
Note: See TracChangeset for help on using the changeset viewer.