diff --git a/fragdenstaat_de/fds_blog/templates/fds_blog/includes/_authors.html b/fragdenstaat_de/fds_blog/templates/fds_blog/includes/_authors.html index 6c1e75f7b..aacca66fd 100644 --- a/fragdenstaat_de/fds_blog/templates/fds_blog/includes/_authors.html +++ b/fragdenstaat_de/fds_blog/templates/fds_blog/includes/_authors.html @@ -22,9 +22,12 @@ {% spaceless %} {% for author in authors %} - {# djlint:off #} - {% if article.credits or not forloop.last %},{% endif %} - {# djlint:on #} + {% if author.get_absolute_url %} + + {% else %} + {{ author.get_full_name }} + {% endif %} + {% if article.credits or not forloop.last %},{% endif %} {% endfor %} {{ article.credits }}