Skip to content

Commit

Permalink
Merge pull request #2982 from Dinika/no-authors-fix
Browse files Browse the repository at this point in the history
theme: fix template for records without authors
  • Loading branch information
jacquerie authored Nov 22, 2017
2 parents 8ab6a1a + a789b9f commit d711dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{% endif %}
{% endif %}
{% endfor %}
{% if record.authors[0] %}
{% if record.authors is defined %}
({{ render_author_names(record, record.authors[0], show_affiliation = True) }} <i>et al.</i>)
{% endif %}
{% endif %}
Expand Down

0 comments on commit d711dd7

Please sign in to comment.