prefer English language sources for ISNI titles

This commit is contained in:
Hugh Rundle
2021-11-22 12:15:06 +11:00
parent fd3ed7fb8c
commit 09c5a3861b
2 changed files with 22 additions and 20 deletions

View File

@ -66,7 +66,7 @@
{% if book_title %}
<a href="{{ match.local_path }}" target="_blank">{% trans "Author of " %}<em>{{ book_title }}</em></a>
{% else %}
<a href="{{ match.id }}" target="_blank">{% trans "Author of " %}<em>{{ alt_title }}</em></a>
<a href="{{ match.id }}" target="_blank">{% if alt_title %}{% trans "Author of " %}<em>{{ alt_title }}</em>{% else %} {% trans "Find more information at isni.org" %}{% endif %}</a>
{% endif %}
{% endwith %}
</p>