diff --git a/mpicms/templates/personal/list.html b/mpicms/templates/personal/list.html index 9df0ad9..0cac3dd 100644 --- a/mpicms/templates/personal/list.html +++ b/mpicms/templates/personal/list.html @@ -89,9 +89,7 @@
{% trans 'Title' %} | -{% trans 'First Name' %} | -{% trans 'Last Name' %} | +{% trans 'Name' %} | {% trans 'Email' %} | {% trans 'Phone' %} | {% trans 'Room' %} | @@ -103,9 +101,7 @@
---|---|---|---|---|---|---|
{{ contact.title }} | -{{ contact.first_name }} | -{{ contact.last_name }} | +{{ contact.name_and_title }} | {{ contact.email }} | {{ contact.phone }} | {{ contact.room | add_room_links }} | @@ -120,7 +116,7 @@