📝 Missed a display_name

This commit is contained in:
Lacey Williams Henschel
2023-04-26 13:20:57 -07:00
parent 93e1a47ce0
commit 2c4659f140

View File

@@ -12,7 +12,7 @@
>{{ library.name }}</a>
{% for author in library.authors.all %}
{% if author.image %}
<img src="{{ author.image.url }}" class="inline rounded w-[30px] float-right" alt="{{ author.get_full_name }}" />
<img src="{{ author.image.url }}" class="inline rounded w-[30px] float-right" alt="{{ author.get_display_name }}" />
{% endif %}
{% endfor %}
</h3>