Changeset 16213 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 25 Aug 2020, 15:18:15 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py
r15964 r16213 251 251 """ 252 252 config = grok.getSite()['configuration'] 253 text = _(u"""Fullname: ${a} 254 User Id: ${b} 255 User Type: ${c} 256 Portal: ${d} 257 258 ${e} 253 text = _(u"""${e} 254 255 --- 256 ${a} (id: ${b}) 257 ${d} 259 258 """) 260 259 text = _(text, mapping={
Note: See TracChangeset for help on using the changeset viewer.