Ignore:
Timestamp:
25 Aug 2020, 15:18:15 (4 years ago)
Author:
Henrik Bettermann
Message:

Remove contact email header and add footer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py

    r15964 r16213  
    251251        """
    252252        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}
    259258""")
    260259        text = _(text, mapping={
Note: See TracChangeset for help on using the changeset viewer.