add full_name_display in contacts
parent
0963b6ead0
commit
4b96a53108
|
@ -14,8 +14,8 @@ section.profile-contacts
|
||||||
|
|
||||||
div.profile-contact-data
|
div.profile-contact-data
|
||||||
h1
|
h1
|
||||||
a(tg-nav="user-profile:username=contact.get('username')", title="{{::contact.get('name') }}")
|
a(tg-nav="user-profile:username=contact.get('username')", title="{{::contact.get('full_name_display') }}")
|
||||||
| {{::contact.get('full_name')}}
|
| {{::contact.get('full_name_display')}}
|
||||||
|
|
||||||
p(ng-if="contact.bio") {{::contact.get('bio')}}
|
p(ng-if="contact.bio") {{::contact.get('bio')}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue