diff --git a/src/themes/OLH/templates/journal/authors.html b/src/themes/OLH/templates/journal/authors.html
index efff1c8f24..2f6f17b172 100644
--- a/src/themes/OLH/templates/journal/authors.html
+++ b/src/themes/OLH/templates/journal/authors.html
@@ -24,7 +24,7 @@
{% trans 'Authors' %}
+ alt="{% if author.profile_image %}Headshot photograph of {{ author.full_name }}{% else %}A generic headshot photograph of a person {% endif %}">
{% endif %}
diff --git a/src/themes/OLH/templates/journal/editorial_team.html b/src/themes/OLH/templates/journal/editorial_team.html
index c79d62060b..71f2140ed1 100644
--- a/src/themes/OLH/templates/journal/editorial_team.html
+++ b/src/themes/OLH/templates/journal/editorial_team.html
@@ -32,7 +32,7 @@ {{ group.name }}
{% if journal_settings.styling.enable_editorial_images %}
+ alt="{% if member.user.profile_image %}Headshot photograph of {{ member.user.full_name }}{% else %}A generic headshot photograph of a person{% endif %}">
{% endif %}
{{ member.user.full_name }}