diff --git a/templates/libraries/_library_list_item.html b/templates/libraries/_library_list_item.html index fb070b9c..8562f630 100644 --- a/templates/libraries/_library_list_item.html +++ b/templates/libraries/_library_list_item.html @@ -12,7 +12,7 @@ >{{ library.name }} {% for author in library.authors.all %} {% if author.image %} - {{ author.get_full_name }} + {{ author.get_display_name }} {% endif %} {% endfor %}