Skip to content

Commit

Permalink
creatibutors: added edmo to the list of identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
0einstein0 committed Nov 22, 2024
1 parent f96a443 commit 4971155
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
<a href="{{ identifier[0]['identifier']|pid_url('gnd') }}" aria-label="{{ creatibutor.person_or_org.name }}'s GND {{ _('profile') }}" title="{{ creatibutor.person_or_org.name }}'s GND {{ _('profile') }}">
<img class="ml-5 inline-id-icon" src="{{ url_for('static', filename='images/gnd-icon.svg') }}" alt="GND icon"/>
</a>
{%- endif %}
{%- elif scheme == "edmo" %}
{% set identifier_found.value = True %}
<a href="{{ identifier[0]['identifier']|pid_url('edmo') }}" aria-label="{{ creatibutor.person_or_org.name }}'s EDMO {{ _('profile') }}" title="{{ creatibutor.person_or_org.name }}'s EDMO {{ _('profile') }}">
<img class="ml-5 inline-id-icon" src="{{ url_for('static', filename='images/edmo-icon.svg') }}" alt="EDMO icon"/>
</a>
{%- endif %}
{% endfor %}

{# if no identifiers: distinguish btw people and organizations #}
Expand Down

This file was deleted.

Loading

0 comments on commit 4971155

Please sign in to comment.