diff --git a/scipost_django/journals/templates/xml/publication_crossref.html b/scipost_django/journals/templates/xml/publication_crossref.html index 6cfb45d798a9d7a149602d205c6887e701808d10..0d7b92c4b1dc619f498969237fe2bc702561ebae 100644 --- a/scipost_django/journals/templates/xml/publication_crossref.html +++ b/scipost_django/journals/templates/xml/publication_crossref.html @@ -87,8 +87,8 @@ {% endfor %} {% endif %} </affiliations> - {% if author_object.contributor and author_object.contributor.profile.orcid_id %} - <ORCID>https://orcid.org/{{ author_object.contributor.profile.orcid_id }}</ORCID> + {% if author_object.profile.orcid_id %} + <ORCID authenticated="false">https://orcid.org/{{ author_object.profile.orcid_id }}</ORCID> {% endif %} </person_name> {% endfor %}