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 'Contact List' %}

- - - + @@ -103,9 +101,7 @@

{% trans 'Contact List' %}

{% for contact in object_list %} - - - + @@ -120,7 +116,7 @@

{% trans 'Contact List' %}

{% trans 'Title' %}{% trans 'First Name' %}{% trans 'Last Name' %}{% trans 'Name' %} {% trans 'Email' %} {% trans 'Phone' %} {% trans 'Room' %}
{{ contact.title }}{{ contact.first_name }}{{ contact.last_name }}{{ contact.name_and_title }} {{ contact.phone }} {{ contact.room | add_room_links }}