Changeset d507f75 in OpenWorkouts-current for ow/templates


Ignore:
Timestamp:
Dec 18, 2018, 10:25:24 AM (5 years ago)
Author:
borja <borja@…>
Branches:
current, feature/docs, master
Children:
31adfa5
Parents:
74b9c4d
Message:

Show the user nickname in the profile page, instead of the user uid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/profile.pt

    r74b9c4d rd507f75  
    2020      </tal:c>
    2121      <h2>
    22         <tal:fullname tal:content="context.fullname"></tal:fullname>
    23         (<tal:uid tal:content="context.uid"></tal:uid>)
     22          <tal:fullname tal:content="context.fullname"></tal:fullname>
     23          <tal:has-nickname tal:condition="context.nickname">
     24              (<tal:nickname tal:content="context.nickname"></tal:nickname>)
     25          </tal:has-nickname>
    2426      </h2>
    2527      <h3>
Note: See TracChangeset for help on using the changeset viewer.